istruzioni
This commit is contained in:
parent
a6328e939d
commit
2412f4ae2b
10
istruzioni_ambiente_sviluppo.txt
Normal file
10
istruzioni_ambiente_sviluppo.txt
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
1) creo il virtual environment
|
||||||
|
python -m venv venv
|
||||||
|
.\venv\Scripts\activate
|
||||||
|
pip install -r requirements.txt
|
||||||
|
pip install pyinstaller
|
||||||
|
|
||||||
|
2) per generare il file eseguibile, lancio pyinstaller e gli passo il file main.spec:
|
||||||
|
|
||||||
|
pyinstaller main.spec
|
||||||
Loading…
Reference in New Issue
Block a user