diff options
author | Jhon Honce <jhonce@redhat.com> | 2018-07-16 17:29:50 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-07-23 18:53:44 +0000 |
commit | 9a18681ba62d1a297809c243607a7b3763131c36 (patch) | |
tree | 8333f8727fd7d32f81cb1f54754ccd138a7e1063 /contrib/python/pypodman/README.md | |
parent | 8569ed03056ce39e0dc163747089ed4b60b1b9b1 (diff) | |
download | podman-9a18681ba62d1a297809c243607a7b3763131c36.tar.gz podman-9a18681ba62d1a297809c243607a7b3763131c36.tar.bz2 podman-9a18681ba62d1a297809c243607a7b3763131c36.zip |
[WIP] Refactor and simplify python builds
* pypodman namespaced in site-packages
* version numbers pulled from requirements.txt
* add python-podman spec file to install eggs
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Closes: #1106
Approved by: rhatdan
Diffstat (limited to 'contrib/python/pypodman/README.md')
-rw-r--r-- | contrib/python/pypodman/README.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/contrib/python/pypodman/README.md b/contrib/python/pypodman/README.md index 8a1c293f1..935f6a631 100644 --- a/contrib/python/pypodman/README.md +++ b/contrib/python/pypodman/README.md @@ -1,17 +1,19 @@ -# pypodman - CLI interface for podman written in python +# pypodman - CLI for podman written in python ## Status: Active Development -See [libpod](https://github.com/projectatomic/libpod/contrib/python/cmd) +See [libpod](https://github.com/projectatomic/libpod/contrib/python/pypodman) ## Releases -To build the pypodman egg: +To build the pypodman egg and install as user: ```sh -cd ~/libpod/contrib/python/cmd -python3 setup.py clean -a && python3 setup.py bdist +cd ~/libpod/contrib/python/pypodman +python3 setup.py clean -a && python3 setup.py sdist bdist +python3 setup.py install --user ``` +Add `~/.local/bin` to your `PATH` to run pypodman command. ## Running command: |