We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac37575 commit 90a62a0Copy full SHA for 90a62a0
README.md
@@ -51,6 +51,13 @@ public API.
51
The example in below demonstrates how the PythonLibCore can be used with
52
a library.
53
54
+## Installation
55
+To install this library, run the following command in your terminal:
56
+``` bash
57
+pip install robotframework-pythonlibcore
58
+```
59
+This command installs the latest version of `robotframework-pythonlibcore`, ensuring you have all the current features and updates.
60
+
61
# Example
62
63
``` python
0 commit comments