Revision: a839534a68fe
Author:   Anssi Syrjäsalo <anssi.syrjas...@eficode.com>
Date:     Mon Sep 16 10:28:09 2013 UTC
Log:      Updated instructions

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

Modified:
 /InstallationInstructions.wiki
 /KeywordDocumentation.wiki
 /RunningLibraryAcceptanceTests.wiki

=======================================
--- /InstallationInstructions.wiki      Mon Sep 16 10:15:07 2013 UTC
+++ /InstallationInstructions.wiki      Mon Sep 16 10:28:09 2013 UTC
@@ -34,13 +34,13 @@

 This can be verified by running `pybot --version` in command prompt.

-2. Install PyCrypto binaries
+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: +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

@@ -48,7 +48,7 @@

 4. Install SSHLibrary binaries

-Download [SSHLibrary binary for Windows https://code.google.com/p/robotframework-sshlibrary/downloads/list]. Make sure you pick the correct installer depending on your CPU architecture. Run the installer. +Download [https://code.google.com/p/robotframework-sshlibrary/downloads/list SSHLibrary binary for Windows]. Make sure you pick the correct installer depending on your CPU architecture. Run the installer.

 = Installation with Jython =

@@ -63,6 +63,6 @@
# 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 command `jython setup.py install`
+       # Run `jython setup.py install`

The last command may require sudo (Unix-likes) or administrator (Windows) privileges if Jython is installed system-wide.
=======================================
--- /KeywordDocumentation.wiki  Mon Sep 16 10:15:07 2013 UTC
+++ /KeywordDocumentation.wiki  Mon Sep 16 10:28:09 2013 UTC
@@ -1,14 +1,6 @@
 #summary Keyword documentation by release
 #labels Featured

-= Taking SSHLibrary into use =
-
-To use SSHLibrary in your tests, add the following line to the settings table of your test suite:
-
-|| Library || SSHLibrary ||
-
-The library import allows some arguments which are documented in keyword documentation.
-
 = Keyword documentation by release =

* [https://robotframework-sshlibrary.googlecode.com/git-history/1.1/doc/SSHLibrary.html Version 1.1]
=======================================
--- /RunningLibraryAcceptanceTests.wiki Mon Sep 16 10:15:07 2013 UTC
+++ /RunningLibraryAcceptanceTests.wiki Mon Sep 16 10:28:09 2013 UTC
@@ -1,6 +1,6 @@
 #summary How to run SSHLibrary's own acceptance tests

-Because SSHLibrary is primary used on Linux, it's highly recommended to run the tests on a Linux host, e.g. on a dedicated virtual machine. +Because SSHLibrary is primary used on Linux, you should run the tests on Linux e.g. by using a dedicated Linux virtual machine.

 == Setup on Linux ==

@@ -41,5 +41,3 @@
 atest/run_atests.sh python atest/ # Run all tests with pybot
 atest/run_atests.sh jython atest/ # Run all tests with jybot
 }}}
-
-The script also accepts standard Robot Framework command line options.

--

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