947
edits
(→TP) |
(→Prerequisites: update instructions) |
||
| Line 3: | Line 3: | ||
== Prerequisites == | == Prerequisites == | ||
# | # Python >= 2.5 | ||
#[http://pyyaml.org/ Pyyaml] | #[http://pyyaml.org/ Pyyaml] | ||
#[http://sourceforge.net/project/showfiles.php?group_id=78018 PyWin32 Extensions] (if this is to be run on a windows box) | #[http://sourceforge.net/project/showfiles.php?group_id=78018 PyWin32 Extensions] (if this is to be run on a windows box) | ||
| Line 16: | Line 16: | ||
easy_install pywin32 | easy_install pywin32 | ||
"easy_install pywin32" didn't work and gave "No local packages or download links found for pywin32" so I used: | (jmaher: "easy_install pywin32" didn't work and gave "No local packages or download links found for pywin32" so I used: | ||
easy_install http://superb-sea2.dl.sourceforge.net/project/pywin32/pywin32/Build216/pywin32-216.win32-py2.6.exe | easy_install http://superb-sea2.dl.sourceforge.net/project/pywin32/pywin32/Build216/pywin32-216.win32-py2.6.exe | ||
Note that this URL is python 2.6 specific.) | |||
== Set Up == | == Set Up == | ||
edits