Skip to content

Commit

Permalink
Update Getting_Started.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
biglimp committed Dec 23, 2021
1 parent c1b5b97 commit d919f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/Getting_Started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ repository.
You need to run the shell as an administrator of your PC. To do this, right-click on **OSGeo4W shell** and choose *run as administrator*. To install e.g. the urban weather generator (uwg), write the command below in the command window that has appeared (QGIS < 3.20):
::
py3_env
pip install uwg
python -m pip install uwg

As from QGIS version 3.20 there is no python 2.x availalbe. Hence, the command **py3_env** is not needed. If necessary, you can also install other versions of python libraries using **pip**
::
Expand Down

0 comments on commit d919f1f

Please sign in to comment.