We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8bfef3 + 84ca019 commit 37792e6Copy full SHA for 37792e6
README.md
@@ -32,8 +32,6 @@ See:
32
33
## Installation
34
35
-To install on HPE CP Centos/Redhat 7.7 hosts, see [here](./docs/README-INSTALL-HPECP-HOSTS.md)
36
-
37
```shell
38
# ensure you have an up-to-date pip
39
pip3 install -U pip
@@ -42,6 +40,8 @@ pip3 install -U pip
42
40
pip3 install --upgrade git+https://github.com/hpe-container-platform-community/hpecp-client@master
43
41
```
44
+If you are installing on Centos 7.7 with only Python 2.7 see [here](./docs/README-INSTALL-HPECP-HOSTS.md) for a workaround
+
45
## Basic Library Usage
46
47
Example:
0 commit comments