From 4713c6ed1a01379fd50815d3d102f416e6e97ea9 Mon Sep 17 00:00:00 2001 From: Lars Bogner Date: Sat, 4 Oct 2025 11:07:37 +0200 Subject: [PATCH] Add pip installarion to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.