Skip to content

Commit 80d7286

Browse files
author
andreiosg
committed
add pypi install info, pypi project shield
1 parent 5ec7666 commit 80d7286

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<a href="/../../commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/telekom/sysrepo-library-robot-framework?style=flat"></a>
77
<a href="/../../issues" title="Open Issues"><img src="https://img.shields.io/github/issues/telekom/sysrepo-library-robot-framework?style=flat"></a>
88
<a href="./LICENSE" title="License"><img src="https://img.shields.io/badge/License-BSD%203--Clause-blue.svg?style=flat"></a>
9+
<a href="https://pypi.org/project/robotframework-sysrepolibrary/" title="PyPi robotframework-sysrepolibrary"><img src="https://img.shields.io/static/v1?label=PyPi&message=robotframework-sysrepolibrary&color=blue&labelColor=yellow"></a>
910
</p>
1011

1112
<p align="center">
@@ -36,6 +37,18 @@ The following additional dependencies are required to work on the library:
3637
* wheel
3738
* build
3839

40+
#### Installation
41+
The recommended installation method is using [pip](http://pip-installer.org):
42+
```
43+
$ python3 -m pip install robotframework-sysrepolibrary
44+
```
45+
46+
With recent versions of `pip` it is also possible to install directly from the [GitHub](https://github.com/telekom/sysrepo-library-robot-framework) repository.
47+
To install from the latest source from the master branch, use the following command:
48+
```
49+
$ python3 -m pip install git+https://github.com/telekom/sysrepo-library-robot-framework.git
50+
```
51+
3952
#### Build
4053

4154
First clone the repository:

0 commit comments

Comments
 (0)