Revision: 5d0d84632180
Author:   Anssi Syrjäsalo <anssi.syrjas...@eficode.com>
Date:     Mon Sep 16 10:41:13 2013 UTC
Log:      Updated

http://code.google.com/p/robotframework-sshlibrary/source/detail?r=5d0d84632180&repo=wiki

Modified:
 /InstallationInstructions.wiki

=======================================
--- /InstallationInstructions.wiki      Mon Sep 16 10:38:23 2013 UTC
+++ /InstallationInstructions.wiki      Mon Sep 16 10:41:13 2013 UTC
@@ -1,5 +1,4 @@
 #summary How to install SSHLibrary step-by-step
-#labels Featured

 = Installation with Python =

@@ -14,19 +13,18 @@
 === Using pip ===

If you have pip available, the easiest way to install SSHLibrary is to run the following:
-{{
+{{{
 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
-       # Open a terminal
-       # `cd` 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.

@@ -41,12 +39,11 @@
 3. Install Paramiko from source

 Paramiko is installed as following:
-
- # 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`
+ # 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

@@ -61,11 +58,10 @@
 == Installing from source ==

 SSHLibrary is installed as following:
-
- # Download the source tar.gz at https://code.google.com/p/robotframework-sshlibrary/downloads
-       # Extract the downloaded package to a temporary location
-       # Open a command prompt / terminal
-       # `cd` to the extracted directory
-       # Run `jython 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 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 robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to