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
|
```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
|
||||||
|
|||||||
Reference in New Issue
Block a user