diff --git a/README.md b/README.md index 4d45e18c..b51799a2 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,8 @@ Python 3.9+ If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git +pip install git+https://github.com/goauthentik/client-python.git ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) Then import the package: ```python @@ -46,7 +45,6 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools). ```sh python setup.py install --user ``` -(or `sudo python setup.py install` to install the package for all users) Then import the package: ```python