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 1b81b92 commit c58d73dCopy full SHA for c58d73d
README.md
@@ -9,9 +9,8 @@ The Trajectools plugin adds trajectory tools to the QGIS Processing toolbox.
9
10
```
11
(base) conda create -n qgis -c conda-forge python=3.9
12
-(base) PS C:\Users\anita> conda activate qgis
13
-(qgis) PS C:\Users\anita> mamba install -c conda-forge qgis=3.28.2
14
-(qgis) PS C:\Users\anita> mamba install -c conda-forge movingpandas
+(base) conda activate qgis
+(qgis) mamba install -c conda-forge qgis movingpandas
15
16
17
More details: https://anitagraser.com/2023/01/21/pyqgis-jupyter-notebooks-on-windows-using-conda/
0 commit comments