From edc8e26abc76333ef1e3bc29cb49088c1612d5e3 Mon Sep 17 00:00:00 2001 From: "Jose D. Gomez R." <1josegomezr@gmail.com> Date: Thu, 30 Oct 2025 21:33:37 +0100 Subject: [PATCH] fixup(readme): Align references to git repo url Change `GIT_USER_ID/GIT_REPO_ID.git` for the proper GitHub repo URL. Additionally, removed references to root permissions for `pip install` commands. Signed-off-by: Jose D. Gomez R. <1josegomezr@gmail.com> --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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