Skip to content

Commit

Permalink
Adaption pip commands to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Mar 17, 2023
1 parent 6490080 commit 62fa714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/admin-guide/interlis-io/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ To install : before launching QGIS, open OSGeo4W Shell, and type::

If the command fails, try::
>>> pip install --upgrade pip
>>> pip3 install --upgrade pip

.. note:: If pip cannot be found, make sure you’ve installed the python3-pip package using the OSGeo4W network installer (if you’ve installed the standalone version of QGIS, it should be included).

If this command still fails, try::

>>> pip install --target=c:\somewhere\other\than\the\default --upgrade pip
>>> pip3 install --target=c:\somewhere\other\than\the\default --upgrade pip

where ``c:\somewhere\other\than\the\default`` is the path to your current pip package

Expand Down

0 comments on commit 62fa714

Please sign in to comment.