Skip to content

Commit 67aedd4

Browse files
Merge pull request #471 from Mr-Sunglasses/docs/installation
docs: Add Installation and docs in README.md
2 parents 5d3747e + f9dfcae commit 67aedd4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44
This python package is a library of bindings to use the RESTful API of [Podman](https://github.com/containers/podman).
55
It is currently under development and contributors are welcome!
66

7+
## Installation
8+
9+
<div class="termy">
10+
11+
```console
12+
pip install podman
13+
```
14+
15+
</div>
16+
17+
---
18+
19+
**Documentation**: <a href="https://podman-py.readthedocs.io/en/latest/" target="_blank">https://podman-py.readthedocs.io/en/latest/</a>
20+
21+
**Source Code**: <a href="https://github.com/containers/podman-py" target="_blank">https://github.com/containers/podman-py</a>
22+
23+
---
724

825
## Dependencies
926

0 commit comments

Comments
 (0)