Author: pekka.klarck
Date: Thu Feb 5 05:34:04 2009
New Revision: 49
Modified:
wiki/InstallationInstructions.wiki
Log:
Removed unnecessary top level title, changed pycrypto -> PyCrypto
Modified: wiki/InstallationInstructions.wiki
==============================================================================
--- wiki/InstallationInstructions.wiki (original)
+++ wiki/InstallationInstructions.wiki Thu Feb 5 05:34:04 2009
@@ -1,15 +1,13 @@
#labels Featured
-= SSH Library installation =
-
<wiki:toc max_depth="3" />
-== Preconditions ==
+= Preconditions ==
-=== When using Python ===
+== 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.
-=== When using Jython ===
+== When using Jython ==
Paramiko doesn't work with Jython, but
[http://www.trilead.com/Products/Trilead_SSH_for_Java/ Trilead SSH for
Java] can be used instead. The JAR package containing Trilead SSH tool must
be found from the CLASSPATH during the test execution.
@@ -17,16 +15,16 @@
more information about setting the environment for test execution.
-== Installing SSH Library ==
+= Installing SSH Library =
SSH Library is installed differently on Windows and on other operating
systems.
-=== Windows ===
+== Windows ==
Installing using Windows binary installer is really straightforward, just
double click the
[http://code.google.com/p/robotframework-sshlibrary/downloads/list provided
Windows installer] and follow the instructions.
-=== Other operating systems ==
+== Other operating systems ==
On other operating systems SSH Library must be installed using a
[http://code.google.com/p/robotframework-sshlibrary/downloads/list source
distribution]. The procedure is following: