File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,17 @@ There are no changes in this version compared to the earlier released
13
13
Python Remote Server 1.1 release candidate 2.
14
14
15
15
If you have pip _ installed, just run
16
- ``pip install --upgrade robotremoteserver ``
17
- to install the latest release or use
18
- ``pip install robotremoteserver==1.1 ``
16
+
17
+ ::
18
+
19
+ pip install --pre --upgrade robotremoteserver
20
+
21
+ to install the latest available release or use
22
+
23
+ ::
24
+
25
+ pip install robotremoteserver==1.1
26
+
19
27
to install exactly this version. Alternatively you can download the source
20
28
distribution from PyPI _ and install it manually.
21
29
Original file line number Diff line number Diff line change 25
25
26
26
**REMOVE ``--pre`` from the next command with final releases.**
27
27
If you have pip_ installed, just run
28
- ``pip install --pre --upgrade robotremoteserver``
29
- to install the latest release or use
30
- ``pip install robotremoteserver=={version}``
28
+
29
+ ::
30
+
31
+ pip install --pre --upgrade robotremoteserver
32
+
33
+ to install the latest available release or use
34
+
35
+ ::
36
+
37
+ pip install robotremoteserver=={version}
38
+
31
39
to install exactly this version. Alternatively you can download the source
32
40
distribution from PyPI_ and install it manually.
33
41
You can’t perform that action at this time.
0 commit comments