Changes between Version 24 and Version 25 of FeddDownload
- Timestamp:
- Jun 3, 2013 9:19:17 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddDownload
v24 v25 23 23 The easiest way to get a copy of fedd installed on your machine is to 24 24 download the python distutils tar file and install it. The current 25 version is [attachment:fedd-3. 20.tar.gz fedd-3.20.tar.gz]. Older sources are attached to this page.25 version is [attachment:fedd-3.50b.tar.gz fedd-3.50b.tar.gz]. Older sources are attached to this page. 26 26 27 27 You will need to have the following python packages installed as well. … … 45 45 46 46 {{{ 47 $ tar xzf -C /tmp fedd-3. 00.tar.gz48 $ cd /tmp/fedd-3. 0047 $ tar xzf -C /tmp fedd-3.50b.tar.gz 48 $ cd /tmp/fedd-3.50b 49 49 $ sudo python ./setup.py install 50 50 $ cd 51 $ sudo rm -rf /tmp/fedd-3. 0051 $ sudo rm -rf /tmp/fedd-3.50b 52 52 }}} 53 53