Attempting to make docs clear and understandable

[ci skip]
This commit is contained in:
Mike Helmick 2013-06-07 20:13:38 -04:00
parent 8559a1f1ce
commit 44fb5b4a6e
7 changed files with 206 additions and 34 deletions

View file

@ -5,6 +5,7 @@ Installation
Information on how to properly install Twython
*******************************************************************************
Pip or Easy Install
-------------------
@ -39,4 +40,8 @@ Feel free to clone the repository::
Now that you have the source code, install it into your site-packages directory::
$ python setup.py install
$ python setup.py install
*******************************************************************************
So Twython is installed! Now, head over to the :ref:`starting out <starting-out>` section.