We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0220f5c commit ff9ab35Copy full SHA for ff9ab35
README.md
@@ -139,12 +139,10 @@ Note: You can modify the attributes to retrieve thrasholds at any date:
139
140
## 🛠 Installation
141
142
-To install the necessary dependencies, you can create a virtual environment and install the required packages using the following commands:
+To install the necessary dependencies, we recommend using [uv](https://docs.astral.sh/uv/).
143
144
```bash
145
-python -m venv .env
146
-source .env/bin/activate
147
-pip install -r requirements.txt
+uv sync
148
```
149
150
Alternatively, you can use Docker to set up the environment. Follow these steps:
0 commit comments