Skip to content

Commit

Permalink
pyinstaller command
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilispapadop committed Mar 1, 2024
1 parent e0ad5cd commit e7400ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/create_executable.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ ToDo

## Mac

ToDo
```
pyinstaller --noconfirm --onedir --name "dot" --add-data "src/dot/fomm/config:dot/fomm/config" --add-data "src/dot/simswap/models:dot/simswap/models" --add-data "path/to/site-packages:." --add-data "configs:configs/" --add-data "data:data/" --add-data "saved_models:saved_models/" src/dot/ui/ui.py
```

The executable files can be found under the folder `dist`.

0 comments on commit e7400ee

Please sign in to comment.