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 7e24283 commit 0d11c47Copy full SHA for 0d11c47
README.md
@@ -17,9 +17,9 @@ Python 3.7+
17
If the python package is hosted on a repository, you can install directly using:
18
19
```sh
20
-pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
+pip install git+https://github.com/CentML/platform_api_python_client.git
21
```
22
-(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
+(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/CentML/platform_api_python_client.git`)
23
24
Then import the package:
25
```python
0 commit comments