diff --git a/README.md b/README.md index 6bd0fc7..4c27768 100644 --- a/README.md +++ b/README.md @@ -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.