Changes between Version 1 and Version 2 of Python for Windows
- Timestamp:
- 01/21/22 06:11:02 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python for Windows
v1 v2 9 9 You will then need to install setuptools & pip before proceeding 10 10 11 You will need to update pip to deal with an ssl error 12 13 '''python -m pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --upgrade pip''' 14 11 15 then Install the following libraries using pip (this is based on a server 2008 install) 12 16 13 17 (If using PGSQL) pip install psycopg2 14 18 15 pip install 19 pip install pywin32