Skip to content

Commit 07e8110

Browse files
committed
doc: Update README.md to instruct installation
1 parent 417fd8b commit 07e8110

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,9 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
1010
### pip install
1111

1212
```sh
13-
pip install git+https://github.com/fluid-cloudnative/fluid-client-python.git
13+
pip install fluid-pysdk
1414
```
15-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/fluid-cloudnative/fluid-client-python.git`)
16-
17-
### Setuptools
18-
19-
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
20-
21-
```sh
22-
python setup.py install --user
23-
```
24-
(or `sudo python setup.py install` to install the package for all users)
15+
(you may need to run `pip` with root permission: `sudo pip install fluid-pysdk`)
2516

2617
## Getting Started
2718

0 commit comments

Comments
 (0)