Revision: 535a61fb861d
Author:   anssi.syrjasalo <anssi.syrjas...@eficode.com>
Date:     Mon Sep 30 09:19:39 2013 UTC
Log: Edited wiki page InstallationInstructions through web user interface.
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=535a61fb861d&repo=wiki

Modified:
 /InstallationInstructions.wiki

=======================================
--- /InstallationInstructions.wiki      Mon Sep 30 09:17:33 2013 UTC
+++ /InstallationInstructions.wiki      Mon Sep 30 09:19:39 2013 UTC
@@ -16,7 +16,9 @@

Depending on the [#Installation installation approaches] discussed further below, Paramiko and !PyCrypto may be installed automatically by SSHLibrary.

-If you need to install them manually, you may use your distribution's package manager, for example on Debian variants, running `sudo apt-get install python-paramiko` should install them. If this is not possible, you can install them using the source distributions from PyPI: +If you need to install them manually, you may use your distribution's package manager. For example on Debian variants, running `sudo apt-get install python-paramiko` should install them.
+
+Alternatively, you can always install them using the source distributions from PyPI:
   * !PyCrypto: https://pypi.python.org/pypi/pycrypto
   * Paramiko: https://pypi.python.org/pypi/paramiko

@@ -40,7 +42,6 @@
 == Using pip ==

 With `pip`, all you need to do is run the following command:
-
 {{{
 pip install robotframework-sshlibrary
 }}}
@@ -58,7 +59,7 @@
# Run `python setup.py install` or `jython setup.py install`, depending on which interpreter you are using


-= Verifying installation =
+= Verifying the installation =

To test that the installation of SSHLibrary and its dependencies was successful, run one of the following commands in a terminal / command prompt.

--

--- 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