Changes between Version 33 and Version 34 of FeddDownload


Ignore:
Timestamp:
Aug 15, 2014 2:19:32 PM (10 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddDownload

    v33 v34  
    1212The easiest way to get a copy of fedd installed on your machine is to
    1313download the python distutils tar file and install it.  The current
    14 version is [attachment:fedd-4.00.tar.gz fedd-4.00.tar.gz].  Older sources are attached to this page.
     14version is [attachment:fedd-4.10.tar.gz fedd-4.10.tar.gz].  Older sources are attached to this page.
    1515
    1616You will need to have the following python packages installed as well.
     
    3737
    3838{{{
    39 $ tar xzf -C /tmp fedd-4.00.tar.gz
    40 $ cd /tmp/fedd-4.00
     39$ tar xzf -C /tmp fedd-4.10.tar.gz
     40$ cd /tmp/fedd-4.10
    4141$ sudo python ./setup.py install
    4242$ cd
    43 $ sudo rm -rf /tmp/fedd-4.00
     43$ sudo rm -rf /tmp/fedd-4.10
    4444}}}
    4545