Changes between Version 25 and Version 26 of Installing/Source


Ignore:
Timestamp:
06/26/2012 10:18:33 PM (12 years ago)
Author:
Cas
Comment:

fix spacing

Legend:

Unmodified
Added
Removed
Modified
  • Installing/Source

    v25 v26  
    4646 * '''[http://pypi.python.org/pypi/chardet Chardet]''' 
    4747 
    48 After ''Python'' and ''Setuptools'' are installed, open a console and run:  
     48 After ''Python'' and ''Setuptools'' are installed, open a console and run:  
    4949{{{ 
    5050 C:\Python26\Scripts\easy_install.exe zope.interface chardet mako pyxdg 
     
    5555= Building and Installing = 
    5656The first step you should do is make sure you have a clean build environment. 
    57  
    5857{{{ 
    5958python setup.py clean -a 
     
    7675sudo python setup.py install_data 
    7776}}} 
    78  
    7977 
    8078== Developer Install ==