The project setup is documented in [project_setup.md](project_setup.md). Feel free to remove this document (and/or the link to this document) if you don't need it.
## Installation
To install {{ package_name }} from GitHub repository, do:
```console
git clone {{ repository }}.git
cd {{ package_name }}
python -m pip install .
```
## Documentation
Include a link to your project's full documentation here.
{%ifAddContributing -%}
## Contributing
If you want to contribute to the development of {{ package_name }},
have a look at the [contribution guidelines](CONTRIBUTING.md).
{%- endif%}
## Credits
This package was created with [Copier](https://github.com/copier-org/copier) and the [NLeSC/python-template](https://github.com/NLeSC/python-template).