comparison docs/installation_win.rst @ 7708:ab30729c735c

setup: drop support for Python 2.6 It would be a a stepping stone for the migration to Python 3 to only support Python 2.7. Even though we don't make any big changes now, it might allow us to remove some workarounds or use some new forward-compatible features. Mercurial dropped support for Python 2.6 2 years ago.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 01 May 2019 22:44:51 +0200
parents 19af3fef3b34
children a7d7157eca8e
comparison
equal deleted inserted replaced
7707:0e5926e84b3b 7708:ab30729c735c
65 65
66 pip is a package management system for Python. You will need it to install Kallithea and its dependencies. 66 pip is a package management system for Python. You will need it to install Kallithea and its dependencies.
67 67
68 If you installed Python 2.7.9+, you already have it (as long as you ran the installer with admin privileges or disabled UAC). 68 If you installed Python 2.7.9+, you already have it (as long as you ran the installer with admin privileges or disabled UAC).
69 69
70 If it was not installed or if you are using Python>=2.6,<2.7.9: 70 If it was not installed or if you are using Python < 2.7.9:
71 71
72 - Go to https://bootstrap.pypa.io 72 - Go to https://bootstrap.pypa.io
73 - Right-click on get-pip.py and choose Saves as... 73 - Right-click on get-pip.py and choose Saves as...
74 - Run "python2 get-pip.py" in the folder where you downloaded get-pip.py (may require admin access). 74 - Run "python2 get-pip.py" in the folder where you downloaded get-pip.py (may require admin access).
75 75