Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -46,10 +46,18 @@ We recommend using a virtual environment:
|
||||
```bash
|
||||
python -m venv venv
|
||||
source venv/bin/activate # On Windows: venv\Scripts\activate
|
||||
# TODO:
|
||||
pip install -r ...
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
**Content of the requirements.txt file**:
|
||||
- dash
|
||||
- dash-bootstrap-components
|
||||
- plotly
|
||||
- pandas
|
||||
- numpy
|
||||
- gpxpy
|
||||
|
||||
|
||||
### 3. Run the app
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user