- TODO
- TODO
Pre install poetry and tox into your global environment.
$ brew install poetry
$ brew install tox
Create conda environment for this project
$ conda env create -f environment.yml
$ conda activate cookiecutter-hypermodern-python-instance
$ poetry install
Workflow
$ tox
Please see the Command-line Reference for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, Hypermodern_Python_Template is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.