diff --git a/README.md b/README.md index f432b7f..7c897d1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A Node.js utility that intelligently converts Sheetjs `worksheet` to PostgreSQL 1. Install Python dependencies: ```bash -pip install -r requirements.txt +pip install -r test_files/requirements.txt ``` 2. Install Node.js dependencies: @@ -34,7 +34,7 @@ npm install i ### Setup 1. Generate test_files: ```bash -python3 gen_test_files.py +python3 test_files/gen_test_files.py ``` 2. Configure PostgreSQL connection in `test.js` ```javascript @@ -66,4 +66,4 @@ The test suite includes various Excel files testing different data scenarios: * Booleans → PostgreSQL `boolean` * High-precision numbers → PostgreSQL `numeric` * Standard numbers → PostgreSQL `double precision` -* Text/other → PostgreSQL `text` \ No newline at end of file +* Text/other → PostgreSQL `text`