- Timestamp:
- 07/29/06 18:22:03 (7 years ago)
- Files:
-
- branches/mk/INSTALL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/INSTALL
r113 r118 1 1 Cheesecake can be installed in two ways: either via downloading a 2 2 Cheesecake package and installing it yourself or using easy_install. 3 4 ============ 5 Requirements 6 ============ 7 8 To make Cheesecake score maximally reliable make sure you have 9 both `pylint <http://www.logilab.org/projects/pylint>`_ and 10 `setuptools <http://peak.telecommunity.com/DevCenter/setuptools>`_ 11 installed. 3 12 4 13 =================== … … 8 17 If you have downloaded a Cheesecake package, follow this steps: 9 18 10 1) Unpack it: 19 1) Unpack it:: 11 20 12 21 tar zxf cheesecake-0.6.tar.gz 13 22 14 2) Change to the cheesecake directory: 23 2) Change to the cheesecake directory:: 15 24 16 25 cd cheesecake-0.6/ 17 26 18 27 3) Run setup.py that will install Cheesecake automatically. This step 19 need to be run as root .28 need to be run as root:: 20 29 21 30 python setup.py install
