Add pip installarion to readme

This commit is contained in:
2025-10-04 11:07:37 +02:00
parent 3bb72da70f
commit 4713c6ed1a
+6
View File
@@ -17,6 +17,12 @@ uv install
```
This uses the `uv` tool to manage the environment and dependencies. Refer to the [uv documentation](https://uv.readthedocs.io/en/latest/) for more details.
If you opt not to use `uv`, you can manually install the required packages using pip:
```bash
pip install -r requirements.txt
```
## Usage
1. Navigate to the `src/` directory.