Skip to content

Commit

Permalink
Merge pull request #471 from Mr-Sunglasses/docs/installation
Browse files Browse the repository at this point in the history
docs: Add Installation and docs in README.md
  • Loading branch information
openshift-merge-bot[bot] authored Nov 22, 2024
2 parents 5d3747e + f9dfcae commit 67aedd4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
This python package is a library of bindings to use the RESTful API of [Podman](https://github.com/containers/podman).
It is currently under development and contributors are welcome!

## Installation

<div class="termy">

```console
pip install podman
```

</div>

---

**Documentation**: <a href="https://podman-py.readthedocs.io/en/latest/" target="_blank">https://podman-py.readthedocs.io/en/latest/</a>

**Source Code**: <a href="https://github.com/containers/podman-py" target="_blank">https://github.com/containers/podman-py</a>

---

## Dependencies

Expand Down

0 comments on commit 67aedd4

Please sign in to comment.