Skip to content

Commit 5ccb6eb

Browse files
committed
update README with pip install instructions
1 parent 11b8824 commit 5ccb6eb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,17 @@ returning (http status, dictionary) pairs, so I'm particularly open to
1010
suggestions there. Perhaps throwing an exception for a bad http status?
1111

1212
## Installation
13+
Install using `pip`:
14+
```
15+
$ pip install onesky-python
16+
```
17+
18+
Or, download the source code for `onesky-python`, and then run:
1319
```
1420
$ python setup.py install
1521
```
1622

17-
Depending on your setup, you may need to run the above command with `sudo`.
23+
Depending on your setup, you may need to run the above commands with `sudo`.
1824

1925
## Getting Started—A Simple Example
2026

0 commit comments

Comments
 (0)