Changes between Version 13 and Version 14 of FeddDownload
- Timestamp:
- Jun 30, 2010 8:08:13 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddDownload
v13 v14 55 55 The easiest way to get a copy of fedd installed on your machine is to 56 56 download 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.57 version is [attachment:fedd-3.00.tar.gz fedd-3.00.tar.gz]. Older sources are attached to this page. 58 58 59 59 You will need to have the following python packages installed as well. … … 76 76 77 77 {{{ 78 $ tar xzf -C /tmp fedd- 1.01.tar.gz79 $ cd /tmp/fedd- 1.0178 $ tar xzf -C /tmp fedd-3.00.tar.gz 79 $ cd /tmp/fedd-3.00 80 80 $ sudo python ./setup.py install 81 81 $ cd 82 $ sudo rm -rf /tmp/fedd- 1.0182 $ sudo rm -rf /tmp/fedd-3.00 83 83 }}} 84 84