We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09231e commit 26579d8Copy full SHA for 26579d8
README.md
@@ -21,7 +21,7 @@ The recommended way to install these dependencies is through conda/mamba:
21
(base) conda create -n qgis -c conda-forge python=3.9
22
(base) conda activate qgis
23
(qgis) mamba install -c conda-forge qgis movingpandas scikit-mobility stonesoup
24
-(qgis) pip install gtfs_functions
+(qgis) pip install gtfs_functions h3==3.7.7
25
```
26
27
(More details: https://anitagraser.com/2023/01/21/pyqgis-jupyter-notebooks-on-windows-using-conda/)
0 commit comments