5 lines
187 B
PowerShell
5 lines
187 B
PowerShell
python -m venv .venv
|
|
.\.venv\bin\Activate.ps1
|
|
pip install .
|
|
pip install pyinstaller
|
|
python -m PyInstaller --add-binary .\recipes.db:. --onefile --name ao-recipes-helper main.py --windowed |