diff options
-rw-r--r-- | Doc/installing/index.rst | 11 | ||||
-rw-r--r-- | Misc/ACKS | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst index b22465d..09bb825 100644 --- a/Doc/installing/index.rst +++ b/Doc/installing/index.rst @@ -211,6 +211,17 @@ On such systems, it is often better to use a virtual environment or a per-user installation when installing packages with ``pip``. +Pip not installed +----------------- + +It is possible that ``pip`` does not get installed by default. One potential fix is:: + + python -m ensurepip --default-pip + +There are also additional resources for `installing pip. +<https://packaging.python.org/tutorials/installing-packages/#install-pip-setuptools-and-wheel>`__ + + Installing binary extensions ---------------------------- @@ -802,6 +802,7 @@ Kim Knapp Lenny Kneler Pat Knight Jeff Knupp +Nicholas Kobald Kubilay Kocak Greg Kochanski Manvisha Kodali |