Changes between Version 1 and Version 2 of members/GRIP-UQAM/Python


Ignore:
Timestamp:
Aug 31, 2016, 3:43:23 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM/Python

    v1 v2  
    88 * https://pypi.python.org/pypi/flup6
    99= Installing =
     10* [https://docs.python.org/3.6/installing/ Installing Python Modules]
    1011* [https://packaging.python.org/installing/ Installing Packages]
    1112* [DebianPackage:python-virtualenv], [DebianPackage:python3-venv]
     
    3233$ pip install --no-index --find-links=relative/dir/ SomeProject
    3334}}}
     35* [http://stackoverflow.com/questions/2720014/upgrading-all-packages-with-pip Upgrading all packages with pip]
     36* [https://github.com/pypa/pip/issues/59 Add "upgrade" and "upgrade-all" commands]
    3437= Web Applications =
    3538== Kotti ==