From 62fa7143e145d754bd72c5e60039914e9e46e221 Mon Sep 17 00:00:00 2001 From: SJiB Date: Fri, 17 Mar 2023 14:26:23 +0100 Subject: [PATCH] Adaption pip commands to python3 --- en/admin-guide/interlis-io/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/admin-guide/interlis-io/index.rst b/en/admin-guide/interlis-io/index.rst index 5fac0dc00..0df83f48e 100644 --- a/en/admin-guide/interlis-io/index.rst +++ b/en/admin-guide/interlis-io/index.rst @@ -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