Skip to content

Commit

Permalink
docs(readme): adding pip install step in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvuong committed Nov 6, 2015
1 parent 5403ebb commit 6633eb4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

pyNodeBB is a Python client for the NodeBB API (still under development).

## Installing PyNodeBB

```
pip install pynodebb
```

## Getting started

```python
from __future__ import print_function
from pynodebb import Client
Expand Down

0 comments on commit 6633eb4

Please sign in to comment.