Revision: 168
Author: [email protected]
Date: Mon Aug 27 05:30:56 2012
Log: Edited wiki page InstallationInstructions through web user
interface.
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=168
Modified:
/wiki/InstallationInstructions.wiki
=======================================
--- /wiki/InstallationInstructions.wiki Wed Nov 10 03:25:47 2010
+++ /wiki/InstallationInstructions.wiki Mon Aug 27 05:30:56 2012
@@ -5,7 +5,9 @@
== When using Python ==
-A precondition for using SSH Library with Python is having SSH module
named [http://www.lag.net/paramiko/ paramiko] installed. Paramiko itself
has some other requirements listed in installation instructions
(mainly !PyCrypto) and these must naturally be installed too. !PyCrypto
binaries for Windows are available
[http://www.voidspace.org.uk/python/modules.shtml#pycrypto here].
+A precondition for using SSH Library with Python is having SSH module
named [http://www.lag.net/paramiko/ paramiko] installed. Paramiko itself
has some other requirements listed in installation instructions
(mainly !PyCrypto) and these must naturally be installed too. !PyCrypto
binaries for Windows are available
[http://www.voidspace.org.uk/python/modules.shtml#pycrypto here for 32 bit
Windows] and
[http://dragffy.com/blog/posts/ython-pycrypto-2-4-1-32-and-64-bit-windows-32x64-amdintel-installers
here for 64 bit Windows].
+
+In Windows, paramiko has to be installed from the source distribution, by
unzipping the download, and then running `python setup.py install` in the
unzipped directory.
== When using Jython ==