feat: OpenAPI spec update via Stainless API (#80)

This commit is contained in:
stainless-app[bot] 2024-03-01 15:55:55 +00:00
parent c073af7ab2
commit 5f69b969c2
2 changed files with 2 additions and 1 deletions

View file

@ -59,7 +59,7 @@ If youd 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:

View 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
```