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
1313Python Remote Server 1.1 release candidate 2.
1414
1515If 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+
1927to install exactly this version. Alternatively you can download the source
2028distribution from PyPI _ and install it manually.
2129
Original file line number Diff line number Diff line change 2525
2626**REMOVE ``--pre`` from the next command with final releases.**
2727If 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+
3139to install exactly this version. Alternatively you can download the source
3240distribution from PyPI_ and install it manually.
3341
You can’t perform that action at this time.
0 commit comments