First-order conversion to Python3-only

- Zap various occurrences of Python2 in docs and scripts
- Remove six from netlib, and some other places where obvious project-wide
search and replace works.
This commit is contained in:
Aldo Cortesi
2016-10-17 15:15:22 +13:00
parent 4918feb725
commit 8360f70024
31 changed files with 90 additions and 203 deletions

View File

@@ -101,9 +101,9 @@ Installation On Windows
**There is no interactive user interface on Windows.**
First, install the latest version of Python 2.7 from the `Python website`_.
If you already have an older version of Python 2.7 installed, make sure to install pip_
(pip is included in Python 2.7.9+ by default). If pip aborts with an error, make sure you are using the current version of pip.
First, install the latest version of Python 3.5 from the `Python website`_.
If you already have an older version of Python 3.5 installed, make sure to install pip_
(pip is included in Python by default). If pip aborts with an error, make sure you are using the current version of pip.
>>> python -m pip install --upgrade pip