summaryrefslogtreecommitdiff
path: root/contrib/python/README.md
blob: 747e715593a08e900a1e2e50a4125de10493f5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
```