Skip to content

Commit 44cb737

Browse files
committed
Fix install instructions in release notes
1 parent e59041e commit 44cb737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
2929
::
3030
31-
pip install --pre --upgrade robotframework-robotlibcore
31+
pip install --pre --upgrade pip install robotframework-pythonlibcore
3232
3333
to install the latest available release or use
3434
3535
::
3636
37-
pip install robotframework-robotlibcore=={version}
37+
pip install pip install robotframework-pythonlibcore=={version}
3838
3939
to install exactly this version. Alternatively you can download the source
4040
distribution from PyPI_ and install it manually.

0 commit comments

Comments
 (0)