You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,34 @@
1
1
# cloudflare-python
2
2
3
-
## CloudFlare API version 4
3
+
## Installation
4
4
5
-
The CloudFlare API can be found [here](https://api.cloudflare.com/). Each API call is provided via a similarly named function within the _CloudFlare_ class. A full list is provided below.
5
+
Two methods are provided to install this software. Use PyPi (see [package](https://pypi.python.org/pypi/cloudflare) details) or GitHub (see [package](https://github.com/cloudflare/python-cloudflare) details).
6
6
7
-
##Installation
7
+
### Via PyPI
8
8
9
9
```bash
10
-
./setup.py build
11
-
sudo ./setup.py install
10
+
$ sudo pip install cloudflare
11
+
$
12
+
```
13
+
14
+
Yes - that simple! (the sudo may not be needed in some cases).
The CloudFlare API can be found [here](https://api.cloudflare.com/). Each API call is provided via a similarly named function within the _CloudFlare_ class. A full list is provided below.
31
+
16
32
## Getting Started
17
33
18
34
A very simple listing of zones within your account; including the IPv6 status of the zone.
0 commit comments