Skip to content

Commit

Permalink
adjust last occurrence of 3.11 due to 3.10 downgrade
Browse files Browse the repository at this point in the history
forgotten in 70c0395
  • Loading branch information
treee111 committed Mar 30, 2023
1 parent 70c0395 commit a856b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ conda env remove -n gdal-user
```
followed by creating a new environment and install wahoomc into:
```
conda create -n gdal-user python=3.11 geojson=2.5 gdal=3.6 pip --channel conda-forge --override-channels
conda create -n gdal-user python=3.10 geojson=2.5 gdal=3.6 pip --channel conda-forge --override-channels
conda activate gdal-user
pip install wahoomc
```
Expand Down

0 comments on commit a856b25

Please sign in to comment.