From 5f2bc8fd63fd5eb63632f92279f87872a32a8932 Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Fri, 1 Jan 2021 16:04:52 +0200 Subject: [PATCH] Fix install instructions in release notes --- tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks.py b/tasks.py index 9276007..e59872c 100644 --- a/tasks.py +++ b/tasks.py @@ -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.