Template repository for python projects
Documentation: https://max-models.github.io/template-python/
Create and activate python environment
python -m venv env
source env/bin/activate
pip install --upgrade pip
Install the code and requirements with pip
pip install -e .
Run the code with
template-python
make html
cd ../
open docs/_build/html/index.html