File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ The easiest installation approach is using `pip`_:
30
30
31
31
$ pip install robotremoteserver
32
32
33
- Alternatively you can download the `source distributions `_, extract it, and
33
+ Alternatively you can download the `source distribution `_, extract it, and
34
34
install it using:
35
35
36
36
.. sourcecode :: bash
37
37
38
38
$ python setup.py install
39
39
40
40
.. _`pip` : http://www.pip-installer.org
41
- .. _`source distributions ` : PyPI _
41
+ .. _`source distribution ` : PyPI _
42
42
43
43
Usage
44
44
-----
@@ -98,3 +98,12 @@ The remote server can be gracefully stopped using three different methods:
98
98
- Hitting ``Ctrl-C `` on the console where the server is running.
99
99
- Sending the process ``SIGINT ``, ``SIGTERM ``, or ``SIGHUP `` signal.
100
100
- Using ``Stop Remote Server `` keyword (unless explicitly disabled).
101
+
102
+ Example
103
+ -------
104
+
105
+ The remote server project contains an `example `_ that can be studied and also
106
+ executed once the library is installed. The example is also included in the
107
+ `source distribution `_.
108
+
109
+ .. _example : https://github.com/robotframework/PythonRemoteServer/tree/master/example
You can’t perform that action at this time.
0 commit comments