Changes between Version 45 and Version 46 of Installing/Source


Ignore:
Timestamp:
08/26/2015 09:50:19 PM (9 years ago)
Author:
Cas
Comment:

pip now included

Legend:

Unmodified
Added
Removed
Modified
  • Installing/Source

    v45 v46  
    1414 
    1515 
    16  
    1716== Debian & Ubuntu Dependencies == 
    1817Apt-get line to install all above dependencies: 
     
    2625 
    2726 * '''[http://www.python.org/download/ Python 2.7]''' 
    28  * '''[http://www.pip-installer.org/en/latest/installing.html pip]'''  
    2927 * '''[http://sourceforge.net/projects/libtorrent/files/py-libtorrent/ python-libtorrent]''' 
    3028 * '''[http://www.slproweb.com/products/Win32OpenSSL.html Win32OpenSSL Light]''' ''(tick 'copy to system32')'' 
     
    3331 * '''[http://pygame.org/download.shtml PyGame]''' 
    3432 
    35 After ''Python'' and ''pip'' are installed, use ''pip'' to install the following, using the console:  
    36  
    37  * '''[http://pypi.python.org/pypi/Twisted Twisted]''', '''[https://pypi.python.org/pypi/cryptography cryptography] ''', '''[http://pypi.python.org/pypi/pyOpenSSL pyOpenSSL] ''', '''[https://pypi.python.org/pypi/service_identity service_identity]''', '''[http://www.freedesktop.org/wiki/Software/pyxdg PyXDG]''', '''[http://pypi.python.org/pypi/Mako Mako]''', '''[http://pypi.python.org/pypi/chardet Chardet]''', '''[http://https://pypi.python.org/pypi/slimit SlimIt]''' 
    38  
     33After ''Python'' is installed, use ''pip'' to install the following, using the console:  
    3934{{{ 
    4035 C:\Python27\Scripts\pip.exe install wheel twisted cryptography pyopenssl service_identity chardet mako pyxdg slimit