dependencies updated - for GUI version
This commit is contained in:
@@ -53,6 +53,7 @@ pip install -r requirements.txt
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Content of the requirements.txt file**:
|
**Content of the requirements.txt file**:
|
||||||
|
[Dash & Web Components]
|
||||||
- dash
|
- dash
|
||||||
- dash-bootstrap-components
|
- dash-bootstrap-components
|
||||||
- plotly
|
- plotly
|
||||||
@@ -62,6 +63,13 @@ pip install -r requirements.txt
|
|||||||
- gpxpy
|
- gpxpy
|
||||||
- fitparse
|
- fitparse
|
||||||
|
|
||||||
|
[GUI Version (PyQt6)]
|
||||||
|
- PyQt6
|
||||||
|
- PyQt6-WebEngine
|
||||||
|
|
||||||
|
[Additional Dependencies (usually automatically installed)]
|
||||||
|
- requests
|
||||||
|
|
||||||
|
|
||||||
### 3. Run the app
|
### 3. Run the app
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# Dash & Web Components
|
||||||
dash
|
dash
|
||||||
dash-bootstrap-components
|
dash-bootstrap-components
|
||||||
plotly
|
plotly
|
||||||
@@ -6,3 +7,10 @@ numpy
|
|||||||
scipy
|
scipy
|
||||||
gpxpy
|
gpxpy
|
||||||
fitparse
|
fitparse
|
||||||
|
|
||||||
|
# GUI Version (PyQt6)
|
||||||
|
PyQt6
|
||||||
|
PyQt6-WebEngine
|
||||||
|
|
||||||
|
# Additional Dependencies (usually automatically installed)
|
||||||
|
requests
|
||||||
|
|||||||
Reference in New Issue
Block a user