mirror of
https://github.com/cloudflare/cloudflare-python.git
synced 2026-01-16 23:01:03 +00:00
feat: OpenAPI spec update via Stainless API (#80)
This commit is contained in:
parent
c073af7ab2
commit
5f69b969c2
2 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ If you’d like to use the repository from source, you can either install from g
|
|||
To install via git:
|
||||
|
||||
```bash
|
||||
pip install git+ssh://git@github.com:cloudflare/cloudflare-python.git
|
||||
pip install git+ssh://git@github.com/cloudflare/cloudflare-python.git
|
||||
```
|
||||
|
||||
Alternatively, you can build from source and install the wheel file:
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ The REST API documentation can be found [on developers.cloudflare.com](https://d
|
|||
## Installation
|
||||
|
||||
```sh
|
||||
# install from PyPI
|
||||
pip install cloudflare
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue