From 6633eb4c02f9bd47ed143b840e1205ee77f5fb24 Mon Sep 17 00:00:00 2001 From: David Vuong Date: Sat, 7 Nov 2015 08:38:14 +1100 Subject: [PATCH] docs(readme): adding pip install step in readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index abebc11..b531398 100644 --- a/README.md +++ b/README.md @@ -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