/Python_project

A basic base for every python project

Primary LanguagePythonMIT LicenseMIT

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