Changeset 118

Show
Ignore:
Timestamp:
07/29/06 18:22:03 (6 years ago)
Author:
mk
Message:

Added installation requirements to INSTALL.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/INSTALL

    r113 r118  
    11Cheesecake can be installed in two ways: either via downloading a 
    22Cheesecake package and installing it yourself or using easy_install. 
     3 
     4============ 
     5Requirements 
     6============ 
     7 
     8To make Cheesecake score maximally reliable make sure you have 
     9both `pylint <http://www.logilab.org/projects/pylint>`_ and 
     10`setuptools <http://peak.telecommunity.com/DevCenter/setuptools>`_ 
     11installed. 
    312 
    413=================== 
     
    817If you have downloaded a Cheesecake package, follow this steps: 
    918 
    10 1) Unpack it: 
     191) Unpack it:: 
    1120 
    1221    tar zxf cheesecake-0.6.tar.gz 
    1322 
    14 2) Change to the cheesecake directory: 
     232) Change to the cheesecake directory:: 
    1524 
    1625    cd cheesecake-0.6/ 
    1726 
    18273) Run setup.py that will install Cheesecake automatically. This step 
    19    need to be run as root. 
     28   need to be run as root:: 
    2029 
    2130    python setup.py install