Update git URL
This commit is contained in:
parent
53bfee8a0f
commit
f48df53ba2
2 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,9 @@ Python >=3.6
|
||||||
If the python package is hosted on a repository, you can install directly using:
|
If the python package is hosted on a repository, you can install directly using:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install git+https://git.deuxfleurs.fr/quentin/garage-admin-sdk-python.git
|
pip install git+https://git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-python.git
|
||||||
```
|
```
|
||||||
(you may need to run `pip` with root permission: `sudo pip install git+https://git.deuxfleurs.fr/quentin/garage-admin-sdk-python.git`)
|
(you may need to run `pip` with root permission: `sudo pip install git+https://git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-python.git`)
|
||||||
|
|
||||||
Then import the package:
|
Then import the package:
|
||||||
```python
|
```python
|
||||||
|
|
|
@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$git_user_id" = "" ]; then
|
if [ "$git_user_id" = "" ]; then
|
||||||
git_user_id="quentin"
|
git_user_id="garage-sdk"
|
||||||
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
|
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue