Changes between Version 36 and Version 37 of Installing/Source


Ignore:
Timestamp:
07/11/2014 08:14:43 AM (10 years ago)
Author:
Cas
Comment:

Update Win Deps

Legend:

Unmodified
Added
Removed
Modified
  • Installing/Source

    v36 v37  
    2828Ensure all Python dependencies are '''py2.7''' and '''win32''' (32-bit) versions. 
    2929 
    30  * '''[http://code.google.com/p/libtorrent/downloads/list python-libtorrent 0.16]''' 
    3130 * '''[http://www.python.org/download/ Python 2.7]''' 
    32   * ''Building Deluge is easier with the Python directory added to the Windows Path: [http://superuser.com/a/143121/72950 Super User steps]'' 
    33  * '''[http://www.pip-installer.org/en/latest/installing.html pip]''' 
     31 * '''[http://www.pip-installer.org/en/latest/installing.html pip]'''  
     32 * '''[http://sourceforge.net/projects/libtorrent/files/py-libtorrent/ python-libtorrent]''' 
     33 * '''[http://www.pygtk.org/downloads.html PyGTK All-in-one]''' 
     34 * '''[http://sourceforge.net/projects/pywin32/ PyWin32]''' 
    3435 * '''[http://pygame.org/download.shtml PyGame]''' 
    35  * '''[http://www.pygtk.org/downloads.html PyGTK All-in-one]''' 
    36  * '''[http://pypi.python.org/pypi/pyOpenSSL PyOpenSSL] '''  
    37  * '''[http://sourceforge.net/projects/pywin32/ PyWin32]''' 
    38  * '''[http://pypi.python.org/pypi/Twisted Twisted]''' 
    3936 
    40 The following packages do not have Windows installers, instead install them using Python ''easy_install'', see command below:  
     37Once ''Python'' and ''pip'' are installed, use ''pip'' to install the following, using the console:  
    4138 
    42  * '''[http://www.freedesktop.org/wiki/Software/pyxdg PyXDG]''' 
    43  * '''[http://pypi.python.org/pypi/zope.interface Zope Interface]''' 
    44  * '''[http://pypi.python.org/pypi/Mako Mako]''' 
    45  * '''[http://pypi.python.org/pypi/chardet Chardet]''' 
     39 * '''[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]''' 
    4640 
    47  After ''Python'' and ''pip'' are installed, open a console and run:  
    4841{{{ 
    49  C:\Python27\Scripts\easy_install.exe zope.interface chardet mako pyxdg slimit 
     42 C:\Python27\Scripts\pip.exe install twisted cryptography pyopenssl service_identity chardet mako pyxdg slimit 
    5043}}} 
    5144 
     45''Note: Building Deluge is easier with Python added to the Windows Path: [http://superuser.com/a/143121/72950 Super User steps]'' 
    5246---- 
    5347 
     
    7872== Developer Install == 
    7973 
    80 Installing Deluge with develop mode creates binaries that link back to the source code so changes will be reflected immediately thus no need to repeatedly install. 
     74Installing Deluge with `develop` mode creates binaries that link back to source code. Therefore changes will be reflected immediately with no need to repeatedly install. 
    8175{{{ 
    8276python setup.py develop