summaryrefslogtreecommitdiff
path: root/contrib/python/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/README.md')
-rw-r--r--contrib/python/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/python/README.md b/contrib/python/README.md
new file mode 100644
index 000000000..747e71559
--- /dev/null
+++ b/contrib/python/README.md
@@ -0,0 +1,15 @@
+# podman - pythonic library for working with varlink interface to Podman
+
+### Status: Active Development
+
+See [libpod](https://github.com/projectatomic/libpod)
+
+
+###
+
+To build the podman wheel:
+
+```sh
+cd ~/libpod/contrib/pypodman
+python3 setup.py clean -a && python3 setup.py bdist_wheel
+```