From bbd7bcbd842d619421a029ac726b17144ad0438d Mon Sep 17 00:00:00 2001 From: Lindsey Bieda Date: Mon, 28 Oct 2013 00:18:25 -0400 Subject: [PATCH] Adding how to import All the examples below assume this has been imported as such. I found this unclear so I thought it would be nice to be included in the readme. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 142d729..e2391f9 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,13 @@ Installing Tumbply is simple: Usage ----- +Importing +~~~~~~~~~ + +.. code-block:: python + + from tumblpy import Tumblpy + Authorization URL ~~~~~~~~~~~~~~~~~