Skip to content

Commit 8aa524d

Browse files
committed
fix(readme): fix links for pypi
Signed-off-by: Chris Snow <[email protected]>
1 parent 335156e commit 8aa524d

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

README.md

+5-20
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
1212

1313
----
1414

15-
```diff
16-
- This project is under active development.
17-
- Method APIs may change between commits.
18-
- Not all HPE CP APIs have been implemented.
19-
- Help Wanted - please consider contributing!
20-
```
21-
2215
## Documentation
2316

2417
See [here](https://hpe-container-platform-community.github.io/hpecp-python-library/index.html) for User Documentation.
@@ -27,29 +20,21 @@ See [here](https://hpe-container-platform-community.github.io/hpecp-python-libra
2720

2821
See:
2922

30-
- [Developing Guide](./DEVELOPING.md)
31-
- [Contribution Guide](./CONTRIBUTING.md)
23+
- [Developing Guide](https://github.com/hpe-container-platform-community/hpecp-python-library/blob/master/DEVELOPING.md)
24+
- [Contribution Guide](https://github.com/hpe-container-platform-community/hpecp-python-library/blob/master/CONTRIBUTING.md)
3225

3326
## Installation
3427

3528
```shell
36-
# ensure you have an up-to-date pip
37-
pip3 install -U pip
38-
39-
# install hpecp directly from git
40-
pip3 install --upgrade git+https://github.com/hpe-container-platform-community/hpecp-client@master
29+
pip3 install -U hpecp
4130
```
4231

43-
If you are installing on Centos 7.7 with only Python 2.7 see [here](./docs/README-INSTALL-HPECP-HOSTS.md) for a workaround
32+
If you are installing on Centos 7.7 with only Python 2.7 see [here](https://github.com/hpe-container-platform-community/hpecp-python-library/blob/master/docs/README-INSTALL-HPECP-HOSTS.md) for a workaround
4433

4534

4635
## CLI examples
4736

48-
CLI is installed with pip ([as above](#installation))
49-
50-
First you need to create a config file with your endpoint details.
51-
52-
Note that you can have multiple profiles:
37+
You need to create a config file with your endpoint details - note that you can have multiple profiles:
5338

5439
```ini
5540
cat > ~/.hpecp.conf <<EOF

0 commit comments

Comments
 (0)