Skip to content

Commit 5de92cb

Browse files
committed
chore: python sdk release flow
1 parent 426ea94 commit 5de92cb

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
@@ -47,9 +47,9 @@ Python 3.8+
4747
If the python package is hosted on a repository, you can install directly using:
4848

4949
```sh
50-
pip install git+https://github.com/hostinger/api-python-sdk.git
50+
pip install hostinger_api
5151
```
52-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/hostinger/api-python-sdk.git`)
52+
(you may need to run `pip` with root permission: `sudo pip install hostinger_api`)
5353

5454
Then import the package:
5555
```python

0 commit comments

Comments
 (0)