Ready to clone and code.

This commit is contained in:
simon
2024-11-11 14:12:40 +00:00
committed by github-actions[bot]
parent e0913490c3
commit a01f457da3
18 changed files with 52 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
# How to develop on this project
project_name welcomes contributions from the community.
python_test_project welcomes contributions from the community.
**You need PYTHON3!**
@@ -8,9 +8,9 @@ This instructions are for linux base systems. (Linux, MacOS, BSD, etc.)
## Setting up your own fork of this repo.
- On gitea interface click on `Fork` button.
- Clone your fork of this repo. `git clone git@git.disi.dev:YOUR_GIT_USERNAME/project_urlname.git`
- Enter the directory `cd project_urlname`
- Add upstream repo `git remote add upstream https://git.disi.dev/author_name/project_urlname`
- Clone your fork of this repo. `git clone git@git.disi.dev:YOUR_GIT_USERNAME/python_test_project.git`
- Enter the directory `cd python_test_project`
- Add upstream repo `git remote add upstream https://git.disi.dev/Projects/python_test_project`
## Setting up your own virtual environment