Revision: a2aeba48e26d
Author: Anssi Syrjäsalo <[email protected]>
Date: Mon Sep 16 10:38:23 2013 UTC
Log: Fixed code blocks
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=a2aeba48e26d&repo=wiki
Modified:
/InstallationInstructions.wiki
=======================================
--- /InstallationInstructions.wiki Mon Sep 16 10:28:09 2013 UTC
+++ /InstallationInstructions.wiki Mon Sep 16 10:38:23 2013 UTC
@@ -14,17 +14,19 @@
=== Using pip ===
If you have pip available, the easiest way to install SSHLibrary is to run
the following:
-
- # pip install robotframework-sshlibrary
+{{
+pip install robotframework-sshlibrary
+}}
=== Using setup.py ==
If pip is not available, SSHLibrary can be installed from source as
following:
- # Download the source tar.gz at
https://code.google.com/p/robotframework-sshlibrary/downloads
- # Extract the downloaded package to a temporary location
- # Go to the extracted directory
- # Run `python setup.py install`
+ # Download the source tar.gz at
https://code.google.com/p/robotframework-sshlibrary/downloads
+ # Extract the downloaded package to a temporary location
+ # Open a terminal
+ # `cd` to the extracted directory
+ # Run `python setup.py install`
The last command may require root privileges (`sudo python setup.py
install`) if Python is installed system-wide.
@@ -32,19 +34,19 @@
1. Make sure you have Robot Framework installed
-This can be verified by running `pybot --version` in command prompt.
-
2. Install !PyCrypto binaries
Download [http://www.voidspace.org.uk/python/modules.shtml#pycrypto
PyCrypto binaries for Windows]. Make sure you pick the correct installer
depending on your Python version and CPU architecture. Run the installer.
3. Install Paramiko from source
-Download the [https://github.com/paramiko/paramiko/archive/1.11.zip
Paramiko source distribution]. Extract the package to a temporary location.
Open command prompt, browse into the folder (using `cd`) and run:
-
- # python setup.py install
+Paramiko is installed as following:
-Administrator privileges may be required if Python is installed
system-wide.
+ # Download the [https://github.com/paramiko/paramiko/archive/1.11.zip
Paramiko source distribution]
+ # Extract the package to a temporary location
+ # Open a command prompt
+ # `cd` to the extracted directory
+ # Run `python setup.py install`
4. Install SSHLibrary binaries
@@ -54,7 +56,7 @@
When using SSHLibrary with Jython, Trilead SSH library is required as the
dependency. This is due to fact that Paramiko does not work with Jython.
-Download
[http://robotframework-sshlibrary.googlecode.com/files/trilead-ssh2-build213.jar
Trilead SSH] and add it to your CLASSPATH.
+Download
[http://robotframework-sshlibrary.googlecode.com/files/trilead-ssh2-build213.jar
Trilead SSH JAR distribution] and add it to your CLASSPATH.
== Installing from source ==
@@ -62,7 +64,8 @@
# Download the source tar.gz at
https://code.google.com/p/robotframework-sshlibrary/downloads
# Extract the downloaded package to a temporary location
- # Go to the extracted directory
+ # Open a command prompt / terminal
+ # `cd` to the extracted directory
# Run `jython setup.py install`
The last command may require sudo (Unix-likes) or administrator (Windows)
privileges if Jython is installed system-wide.
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.