From 8642046c96021a3c639f4e5405f1079fee3248d7 Mon Sep 17 00:00:00 2001 From: Said Date: Mon, 1 Feb 2016 16:25:29 +0200 Subject: [PATCH] updates README --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 404053e7..60e71d2c 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,9 @@ You can install this package from the root directory by running:: $ python setup.py install -After installation, to get started, open a Python console:: +After installation, to get started, open a Python console: + +.. code-block:: python >>> import dropbox >>> dbx = dropbox.Dropbox("YOUR_ACCESS_TOKEN") @@ -58,7 +60,7 @@ Running tests ------------- We use the `tox `_ package to run tests in Python -2 and 3. To install, use `pip install tox`. Once installed, run `tox` from the +2 and 3. To install, use :code:`pip install tox`. Once installed, run `tox` from the root directory. You'll need to specify a working Dropbox OAuth2 token:: $ DROPBOX_TOKEN=YOUR_TOKEN tox