Changes between Version 31 and Version 32 of WikiStart
- Timestamp:
- 10/09/08 14:32:16 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v31 v32 114 114 1) Unpack it:: 115 115 116 tar zxf cheesecake-0.6. tar.gz116 tar zxf cheesecake-0.6.1.tar.gz 117 117 118 118 2) Change to the cheesecake directory:: 119 119 120 cd cheesecake-0.6 /120 cd cheesecake-0.6.1/ 121 121 122 122 3) Run setup.py that will install Cheesecake automatically. This step 134 134 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:: 135 135 136 easy_install Cheesecake==0.6 136 easy_install Cheesecake==0.6.1 137 137 138 138 If you're feeling adventurous you may install development version::
