use https to download python api lib (#3283)

This commit is contained in:
Alex Fornuto 2022-04-22 11:54:32 -05:00 committed by GitHub
parent 77911d151c
commit 254e2f7ce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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