Template with many tools
pip install git+ssh://[email protected]/fnauman/nn_template.git
Setup the development environment:
git clone [email protected]:fnauman/nn_template.git
cd nn_template
conda env create -f env.yaml
conda activate nn_template
pre-commit install
Run the tests:
pre-commit run --all-files
pytest -v
Re-install the project in edit mode:
pip install -e .[dev]