Changeset 158

Show
Ignore:
Timestamp:
12/01/06 18:14:35 (2 years ago)
Author:
mk
Message:

Sync'ed README and INSTALL with Trac wiki.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL

    r150 r158  
    3434================== 
    3535 
    36 If you have easy_install on your system, installing Cheesecake is as 
    37 simple as running
     36If you have `easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_ 
     37on your system, installing Cheesecake is as simple as running:
    3838 
    3939    easy_install cheesecake 
     40 
     41Note: if you already have an old version of Cheesecake installed, easy_install 
     42will not automatically download the latest version. You can ask for a particular 
     43version by running for example:: 
     44 
     45    easy_install Cheesecake==0.6 
  • trunk/README

    r150 r158  
    266266:: 
    267267 
    268     $ cheesecake_index -n Durus 
     268    $ python cheesecake_index -n Durus 
    269269    py_pi_download .........................  50  (downloaded package Durus-3.4.1.tar.gz following 1 link from http://www.mems-exchange.org/software/durus/Durus-3.4.1.tar.gz) 
    270270    unpack .................................  25  (package unpacked successfully) 
     
    312312by the Cheesecake metrics. 
    313313 
    314 .. footer:: Last modified 2006-08-21 by `Michal Kwiatkowski <http://joker.linuxstuff.pl>`_. 
     314.. footer:: Last modified 2006-02-12 by `Michal Kwiatkowski <http://joker.linuxstuff.pl>`_.