Skip to content

Commit 134126d

Browse files
committed
Enhance installation instructions a bit
1 parent 3c5ed24 commit 134126d

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

docs/robotremoteserver-1.1.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@ There are no changes in this version compared to the earlier released
1313
Python Remote Server 1.1 release candidate 2.
1414

1515
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+
1927
to install exactly this version. Alternatively you can download the source
2028
distribution from PyPI_ and install it manually.
2129

tasks.py

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,17 @@
2525
2626
**REMOVE ``--pre`` from the next command with final releases.**
2727
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+
3139
to install exactly this version. Alternatively you can download the source
3240
distribution from PyPI_ and install it manually.
3341

0 commit comments

Comments
 (0)