Skip to content

Commit 0d11c47

Browse files
committed
Update README
1 parent 7e24283 commit 0d11c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Python 3.7+
1717
If the python package is hosted on a repository, you can install directly using:
1818

1919
```sh
20-
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
20+
pip install git+https://github.com/CentML/platform_api_python_client.git
2121
```
22-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
22+
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/CentML/platform_api_python_client.git`)
2323

2424
Then import the package:
2525
```python

0 commit comments

Comments
 (0)