robotframework / PythonLibCore

Tools to ease creating larger test libraries for Robot Framework using Python
Apache License 2.0
64 stars 23 forks source link

robotframework-robotlibcore or robotframework-pythonlibcore #69

Closed RomaCZ closed 3 years ago

RomaCZ commented 4 years ago

Hi, is it robot or python libcore? Install instructions here on github says pip install robotframework-robotlibcore but on pypy.org there is only pip install robotframework-pythonlibcore

aaltat commented 4 years ago

It is PythonLibCore, in pypi. What installation instructions are referring to?

RomaCZ commented 4 years ago

Here: https://github.com/robotframework/PythonLibCore/blob/master/docs/PythonLibCore-2.1.0.rst _If you have pip installed, just run

pip install --upgrade robotframework-robotlibcore

to install the latest available release or use

pip install robotframework-robotlibcore==2.1.0_

aaltat commented 4 years ago

Ah, that is bug. Thank you for the report.