Skip to content

Commit ff9ab35

Browse files
committed
docs: update installation instructions in README to recommend using uv
1 parent 0220f5c commit ff9ab35

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,10 @@ Note: You can modify the attributes to retrieve thrasholds at any date:
139139

140140
## 🛠 Installation
141141

142-
To install the necessary dependencies, you can create a virtual environment and install the required packages using the following commands:
142+
To install the necessary dependencies, we recommend using [uv](https://docs.astral.sh/uv/).
143143

144144
```bash
145-
python -m venv .env
146-
source .env/bin/activate
147-
pip install -r requirements.txt
145+
uv sync
148146
```
149147

150148
Alternatively, you can use Docker to set up the environment. Follow these steps:

0 commit comments

Comments
 (0)