Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@

::

pip install --pre --upgrade robotframework-robotlibcore
pip install --pre --upgrade pip install robotframework-pythonlibcore

to install the latest available release or use

::

pip install robotframework-robotlibcore=={version}
pip install pip install robotframework-pythonlibcore=={version}

to install exactly this version. Alternatively you can download the source
distribution from PyPI_ and install it manually.
Expand Down