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.
1 parent 417fd8b commit 07e8110Copy full SHA for 07e8110
README.md
@@ -10,18 +10,9 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
10
### pip install
11
12
```sh
13
-pip install git+https://github.com/fluid-cloudnative/fluid-client-python.git
+pip install fluid-pysdk
14
```
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)
+(you may need to run `pip` with root permission: `sudo pip install fluid-pysdk`)
25
26
## Getting Started
27
0 commit comments