We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426ea94 commit 5de92cbCopy full SHA for 5de92cb
1 file changed
README.md
@@ -47,9 +47,9 @@ Python 3.8+
47
If the python package is hosted on a repository, you can install directly using:
48
49
```sh
50
-pip install git+https://github.com/hostinger/api-python-sdk.git
+pip install hostinger_api
51
```
52
-(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/hostinger/api-python-sdk.git`)
+(you may need to run `pip` with root permission: `sudo pip install hostinger_api`)
53
54
Then import the package:
55
```python
0 commit comments