mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-01 19:36:32 +02:00
use https to download python api lib (#3283)
This commit is contained in:
parent
77911d151c
commit
254e2f7ce9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Service accounts created in any Namespace other than **Global** will include a r
|
|||
:::: tabs
|
||||
::: tab Python
|
||||
```bash
|
||||
pip3 install git+ssh://git@github.com/pomerium/enterprise-client-python.git
|
||||
pip3 install git+https://git@github.com/pomerium/enterprise-client-python
|
||||
```
|
||||
:::
|
||||
::: tab Go
|
||||
|
|
Loading…
Add table
Reference in a new issue