Changes between Version 32 and Version 33 of FeddDownload
- Timestamp:
- Jun 13, 2014 2:28:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddDownload
v32 v33 12 12 The easiest way to get a copy of fedd installed on your machine is to 13 13 download the python distutils tar file and install it. The current 14 version is [attachment:fedd-4.00 b.tar.gz fedd-4.00b.tar.gz]. Older sources are attached to this page.14 version is [attachment:fedd-4.00.tar.gz fedd-4.00.tar.gz]. Older sources are attached to this page. 15 15 16 16 You will need to have the following python packages installed as well. … … 37 37 38 38 {{{ 39 $ tar xzf -C /tmp fedd-4.00 b.tar.gz40 $ cd /tmp/fedd-4.00 b39 $ tar xzf -C /tmp fedd-4.00.tar.gz 40 $ cd /tmp/fedd-4.00 41 41 $ sudo python ./setup.py install 42 42 $ cd 43 $ sudo rm -rf /tmp/fedd-4.00 b43 $ sudo rm -rf /tmp/fedd-4.00 44 44 }}} 45 45