Creazione del Virtual Environment e set up
This commit is contained in:
7
Installazione
Normal file
7
Installazione
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
python -m venv .venv
|
||||||
|
|
||||||
|
source .venv/bin/activate # Linux/macOS
|
||||||
|
# oppure
|
||||||
|
.venv\Scripts\activate # Windows
|
||||||
|
|
||||||
|
pip install -r requirements.txt
|
||||||
Reference in New Issue
Block a user