root/branches/mk/INSTALL

Revision 113, 0.7 kB (checked in by mk, 7 years ago)

Added INSTALL file.

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 Manual installation
6 ===================
7
8 If you have downloaded a Cheesecake package, follow this steps:
9
10 1) Unpack it:
11
12     tar zxf cheesecake-0.6.tar.gz
13
14 2) Change to the cheesecake directory:
15
16     cd cheesecake-0.6/
17
18 3) Run setup.py that will install Cheesecake automatically. This step
19    need to be run as root.
20
21     python setup.py install
22
23 ==================
24 Using easy_install
25 ==================
26
27 If you have easy_install on your system, installing Cheesecake is as
28 simple as running:
29
30     easy_install cheesecake
Note: See TracBrowser for help on using the browser.