...
This commit is contained in:
@@ -3,7 +3,7 @@ Name: herolib
|
||||
Version: 0.1.0
|
||||
Summary: A Python library for HeroCode
|
||||
Author-email: Kilo Code <kilo.code@example.com>
|
||||
Requires-Python: >=3.12
|
||||
Requires-Python: >=3.13
|
||||
Description-Content-Type: text/markdown
|
||||
Requires-Dist: peewee
|
||||
Requires-Dist: psutil>=5.9.0
|
||||
@@ -33,6 +33,12 @@ To install in editable mode for development:
|
||||
uv pip install -e git+https://git.ourworld.tf/herocode/herolib_python.git#egg=herolib
|
||||
```
|
||||
|
||||
To install from a local path (if you have cloned the repository locally):
|
||||
|
||||
```bash
|
||||
uv pip install -e "$HOME/code/git.ourworld.tf/herocode/herolib_python"
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Once installed, you can import modules from the `herolib` package:
|
||||
|
||||
Reference in New Issue
Block a user