Skip to content

Commit

Permalink
Merge pull request #210 from QGEP/20230-03-typo_4.3.2.2.-Python-libra…
Browse files Browse the repository at this point in the history
…ries

20230-03-typo_4.3.2.2.-Python-libraries
  • Loading branch information
ponceta authored Aug 14, 2023
2 parents 8107e91 + 62fa714 commit bc9e002
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 bc9e002

Please sign in to comment.