root/trunk/INSTALL

Revision 150, 0.9 kB (checked in by mk, 7 years ago)

Merging mk branch into the trunk.

Line 
1 Cheesecake can be installed in two ways: either via downloading a
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.
12
13 ===================
14 Manual installation
15 ===================
16
17 If you have downloaded a Cheesecake package, follow this steps:
18
19 1) Unpack it::
20
21     tar zxf cheesecake-0.6.tar.gz
22
23 2) Change to the cheesecake directory::
24
25     cd cheesecake-0.6/
26
27 3) Run setup.py that will install Cheesecake automatically. This step
28    need to be run as root::
29
30     python setup.py install
31
32 ==================
33 Using easy_install
34 ==================
35
36 If you have easy_install on your system, installing Cheesecake is as
37 simple as running:
38
39     easy_install cheesecake
Note: See TracBrowser for help on using the browser.