Revision: 112
Author: janne.t.harkonen
Date: Wed Nov 10 03:25:47 2010
Log: Edited wiki page InstallationInstructions through web user interface.
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=112
Modified:
/wiki/InstallationInstructions.wiki
=======================================
--- /wiki/InstallationInstructions.wiki Wed May 20 04:02:12 2009
+++ /wiki/InstallationInstructions.wiki Wed Nov 10 03:25:47 2010
@@ -5,7 +5,7 @@
== 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.
+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].
== When using Jython ==