-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
49 lines (32 loc) · 1.28 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Cheesecake can be installed in two ways: either via downloading a
Cheesecake package and installing it yourself, or using easy_install.
============
Requirements
============
To make Cheesecake score maximally reliable make sure you have
both `pylint <http://www.logilab.org/projects/pylint>`_ and
`setuptools <http://peak.telecommunity.com/DevCenter/setuptools>`_
installed.
===================
Manual installation
===================
If you have downloaded a Cheesecake package, follow this steps:
1) Unpack it::
tar zxf cheesecake-0.6.tar.gz
2) Change to the cheesecake directory::
cd cheesecake-0.6/
3) Run setup.py that will install Cheesecake automatically. This step
need to be run as root::
python setup.py install
==================
Using easy_install
==================
If you have `easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_
on your system, installing Cheesecake is as simple as running::
easy_install cheesecake
Note: if you already have an old version of Cheesecake installed, easy_install
will not automatically download the latest version. You can ask for a particular
version by running for example::
easy_install Cheesecake==0.6
If you're feeling adventurous you may install development version::
easy_install Cheesecake==dev