You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -59,15 +63,18 @@ the CLI documentation to find the pass-through arguments a given interaction req
59
63
* A familiarity with Python is assumed.
60
64
61
65
## Setup
62
-
Setup-Prerequisites
63
-
1.You will require certain pip packages, use the following command to install them when at the root folder of the repository.
66
+
### Prerequisites
67
+
1.Download and install the OpenShift [command-line Tools](https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/) needed to access your OpenShift cluster.
64
68
69
+
### Installation Instructions
70
+
71
+
#### Using PIP
72
+
1. Install the `openshift-client` module from PyPI.
65
73
```bash
66
-
sudo pip install -r requirements.txt
74
+
sudo pip install openshift-client
67
75
```
68
-
2. Download and install the OpenShift [command-line Tools](https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/) needed to access your OpenShift cluster.
69
76
70
-
Setup steps
77
+
#### For development
71
78
1. Git clone https://github.com/openshift/openshift-client-python.git (or your fork).
72
79
2. Append ./packages to your PYTHONPATH environment variable (e.g. export PYTHONPATH=$(pwd)/packages:$PYTHONPATH).
0 commit comments