Update README.md

This commit is contained in:
2025-07-30 14:20:17 +02:00
parent 52f46965a9
commit df3202e7d8

View File

@@ -46,10 +46,18 @@ We recommend using a virtual environment:
```bash ```bash
python -m venv venv python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate source venv/bin/activate # On Windows: venv\Scripts\activate
# TODO: pip install -r requirements.txt
pip install -r ...
``` ```
**Content of the requirements.txt file**:
- dash
- dash-bootstrap-components
- plotly
- pandas
- numpy
- gpxpy
### 3. Run the app ### 3. Run the app
```bash ```bash