slight readme cleanup
This commit is contained in:
parent
5d9eeaedcc
commit
a139d543ca
13
README.rst
13
README.rst
|
@ -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)::
|
||||||
|
|
Loading…
Reference in New Issue