README.md aktualisiert

This commit is contained in:
Bommels05 2025-10-21 21:48:47 +02:00
parent ac9707603a
commit b2857f5b70

View File

@ -17,9 +17,9 @@ Python 2.7 and 3.4+
If the python package is hosted on Github, you can install directly from Github
```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
pip install git+https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/python-gitea.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
(you may need to run `pip` with root permission: `sudo pip install git+https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/python-gitea.git`)
Then import the package:
```python