There are 2 ways to use this template:
- First mode: Use with github template system, when you create a new repository, select this template to automatically create a new repository with this structure.
After creating the repository, you can clone the project and then launch this Make
command to clean and prepare the repository:
make clean
You will have the repository ready to use.
- Second mode: Use with cookiecutter, you can use this template with cookiecutter to create a new project. To do this, follow these steps:
# if you don't have cookiecutter installed, install it with pip
pip install cookiecutter
# if you use https
cookiecutter https://github.com/PythonBiellaGroup/Bear.git
# if you use ssh
cookiecutter git@github.com:PythonBiellaGroup/Bear.git
If you want to contribute to this project, please follow these guidelines:
This project is licensed under the MIT License. See the LICENSE file for details.
If you discover any security vulnerabilities, please report them by following the SECURITY.md guidelines.
You can contact us following the links inside our website Python Biella Group