Starting project#
This page will show you how to start with the template repository. The following steps guide you from downloading the repository to create the virtual environment and install the necessary packages.
- Start project from template repository
Go to Technik-Tueftler/TeTueGeneric and click Create a new repository.
- Install necessary packages
Install the necessary packages from the requirements.txt file.
pip install -r requirements.txt
- Update project information
Update the project information in the docs/conf.py file. You can change project name, author, and other information.
- Update repository information
Update the project information in the src/__init__.oy file. You can change repository name and version. This is also the place where youu incement the version number if you make changes to the code and release patches, bug fixes or new features.
- Update README.md
Update the README.md file with the project information. You can add a description of the project, installation instructions, and usage information. Or only a link to the documentation.