Python_project
Setting up the python environement
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Usage
You can run your project with :
make run
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
You can run your project with :
make run