Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# ocp-python-wrapper
# openshift-python-wrapper
A python wrapper for https://github.com/openshift/openshift-restclient-python.
With support for RedHat Container Virtualization.

With support for RedHat Container Virtualization. (Openshift Virtualization) https://www.openshift.com/learn/topics/virtualization/

## Installation
From source:
```bash
git clone https://gitlab.cee.redhat.com/cnv-qe/ocp-python-wrapper.git
cd ocp-python-wrapper
git clone https://github.com/RedHatQE/openshift-python-wrapper.git
cd openshift-python-wrapper
python setup.py install --user
```

Expand Down