diff --git a/README.rst b/README.rst index 701f5ec..de90adb 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,16 @@ Example Usage >> Gists.fetch_by_user('kennethreitz')[-1].description 'My .bashrc configuration' +Installation +------------ + + pip install gistapi + +Or, if you must: + + easy_install gistapi + + Roadmap -------