...
This commit is contained in:
@@ -14,7 +14,7 @@ has some usefull stuff as well
|
||||
|
||||
## Installation
|
||||
|
||||
You can install `herolib` directly from the Git repository using `uv pip` (or `pip`):
|
||||
You can install `herolib` directly from the Git repository using `uv pip`:
|
||||
|
||||
```bash
|
||||
uv pip install git+https://git.ourworld.tf/herocode/herolib_python.git
|
||||
@@ -36,6 +36,10 @@ import herolib.core.loghandler.mylogging
|
||||
from herolib.core.loghandler.mylogging import MyLogger
|
||||
```
|
||||
|
||||
## how to integrate python in other projects
|
||||
|
||||
see [Python Herolib Integration](pythonsetup/README.md)
|
||||
|
||||
## Version Control
|
||||
|
||||
This library follows standard Git version control practices. Releases can be managed by tagging specific commits in the Git repository. Users installing directly from the Git URL can specify a particular branch, tag, or commit hash to get a specific version. For example:
|
||||
|
Reference in New Issue
Block a user