Add pip installarion to readme
This commit is contained in:
@@ -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.
|
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
|
## Usage
|
||||||
|
|
||||||
1. Navigate to the `src/` directory.
|
1. Navigate to the `src/` directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user