Changes between Version 32 and Version 33 of FeddDownload


Ignore:
Timestamp:
Jun 13, 2014 2:28:08 PM (10 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddDownload

    v32 v33  
    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.00b.tar.gz fedd-4.00b.tar.gz].  Older sources are attached to this page.
     14version is [attachment:fedd-4.00.tar.gz fedd-4.00.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.00b.tar.gz
    40 $ cd /tmp/fedd-4.00b
     39$ tar xzf -C /tmp fedd-4.00.tar.gz
     40$ cd /tmp/fedd-4.00
    4141$ sudo python ./setup.py install
    4242$ cd
    43 $ sudo rm -rf /tmp/fedd-4.00b
     43$ sudo rm -rf /tmp/fedd-4.00
    4444}}}
    4545