From db1db9f0d8308e6ca8bf0fd796f125540909c102 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Wed, 2 Jun 2021 23:00:48 -0500 Subject: [PATCH] add instructions for installing pip2 on Linux --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cb118846..0836f6ab 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ Once pip has succesfully been installed please run the following command For Debian based distos you can install Python 2 with. sudo apt install python2 + wget https://bootstrap.pypa.io/pip/2.7/get-pip.py + sudo python2 get-pip.py Next ensure that pip is installed by running "python -m pip --version" or, "python2 -m pip version". If it returns pip [version number] then