We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf28fe commit a957e3aCopy full SHA for a957e3a
README.md
@@ -86,7 +86,7 @@ data_shuttle/
86
87
3. **Build Executable (Windows)**
88
```bash
89
- pyinstaller --onefile --windowed --icon favicon.ico --hidden-import sqlalchemy.dialects.oracle --hidden-import sqlalchemy.dialects.postgresql.psycopg main.py
+ pyinstaller --onefile --windowed --icon=favicon.ico --hidden-import=psycopg --hidden-import=psycopg_pool --hidden-import=sqlalchemy.dialects.oracle --hidden-import=sqlalchemy.dialects.postgresql.psycopg --collect-all=psycopg_binary --collect-all=oracledb --collect-all=cryptography main.py
90
```
91
92
## Usage
0 commit comments