|
|
|
@ -20,9 +20,9 @@ Python >=3.6
|
|
|
|
|
If the python package is hosted on a repository, you can install directly using:
|
|
|
|
|
|
|
|
|
|
```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:
|
|
|
|
|
```python
|
|
|
|
|