The project setup is documented in project_setup.md. Feel free to remove this document (and/or the link to this document) if you don't need it.
To install my_python_package from GitHub repository, do:
git clone https://github.com/sverhoeven/my-python-project.git
cd my-python-project
python3 -m pip install .If you want to contribute to the development of my-python-project, have a look at the contribution guidelines.
This package was created with Cookiecutter and the NLeSC/python-template.