slight readme cleanup

This commit is contained in:
Robey Pointer 2011-05-21 19:30:06 -07:00
parent 5d9eeaedcc
commit a139d543ca
1 changed files with 11 additions and 20 deletions

View File

@ -38,18 +38,9 @@ that should have come with this archive.
Requirements Requirements
------------ ------------
- python 2.3 <http://www.python.org/> - python 2.3 or better <http://www.python.org/>
(python 2.2 is also supported, but not recommended) (python 2.2 is also supported, but not recommended)
- pycrypto 1.9+ <http://www.amk.ca/python/code/crypto.html> - pycrypto 2.1 or better <https://www.dlitz.net/software/pycrypto/>
(2.0 works too)
pycrypto compiled for Win32 can be downloaded from the HashTar homepage:
http://nitace.bsd.uchicago.edu:8080/hashtar
you can also build it yourself using the free MinGW tools and this command
line (thanks to Roger Binns for the info)::
python setup.py build --compiler=mingw32 bdist_wininst
If you have setuptools, you can build and install paramiko and all its If you have setuptools, you can build and install paramiko and all its
dependencies with this command (as root):: dependencies with this command (as root)::