Changes between Version 1 and Version 2 of Python for Windows


Ignore:
Timestamp:
01/21/22 06:11:02 (3 years ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python for Windows

    v1 v2  
    99You will then need to install setuptools & pip before proceeding
    1010
     11You 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
    1115then Install the following libraries using pip (this is based on a server 2008 install)
    1216
    1317(If using PGSQL) pip install psycopg2
    1418
    15 pip install
     19pip install pywin32