Create Python virtual environment
python -m venv venv
Install python modules
pip install -r requirements.txt
Test it !
python main.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Create Python virtual environment
python -m venv venv
Install python modules
pip install -r requirements.txt
Test it !
python main.py