We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d3747e + f9dfcae commit 67aedd4Copy full SHA for 67aedd4
README.md
@@ -4,6 +4,23 @@
4
This python package is a library of bindings to use the RESTful API of [Podman](https://github.com/containers/podman).
5
It is currently under development and contributors are welcome!
6
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
24
25
## Dependencies
26
0 commit comments