Changes between Version 13 and Version 14 of FeddDownload


Ignore:
Timestamp:
Jun 30, 2010 8:08:13 AM (14 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddDownload

    v13 v14  
    5555The easiest way to get a copy of fedd installed on your machine is to
    5656download the python distutils tar file and install it.  The current
    57 version is [attachment:fedd-2.00.tar.gz fedd-2.00.tar.gz].  Older sources are attached to this page.
     57version is [attachment:fedd-3.00.tar.gz fedd-3.00.tar.gz].  Older sources are attached to this page.
    5858
    5959You will need to have the following python packages installed as well.
     
    7676
    7777{{{
    78 $ tar xzf -C /tmp fedd-1.01.tar.gz
    79 $ cd /tmp/fedd-1.01
     78$ tar xzf -C /tmp fedd-3.00.tar.gz
     79$ cd /tmp/fedd-3.00
    8080$ sudo python ./setup.py install
    8181$ cd
    82 $ sudo rm -rf /tmp/fedd-1.01
     82$ sudo rm -rf /tmp/fedd-3.00
    8383}}}
    8484