Skip to content

Commit ebfe433

Browse files
DeckHubBotbraincore
authored andcommitted
Update README for syntax highlighting.
1 parent b38326a commit ebfe433

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ A Python SDK for integrating with the Dropbox API v2. Compatible with Python
88
Setup
99
-----
1010

11-
You can install this package from the root directory by running::
11+
You can install this package from the root directory by running:
12+
13+
.. code-block:: bash
1214
1315
$ python setup.py install
1416
15-
After installation, to get started, open a Python console::
17+
After installation, to get started, open a Python console:
18+
19+
.. code-block:: python
1620
1721
>>> import dropbox
1822
>>> dbx = dropbox.Dropbox("YOUR_ACCESS_TOKEN")
@@ -58,8 +62,10 @@ Running tests
5862
-------------
5963

6064
We use the `tox <https://tox.readthedocs.org/>`_ package to run tests in Python
61-
2 and 3. To install, use `pip install tox`. Once installed, run `tox` from the
62-
root directory. You'll need to specify a working Dropbox OAuth2 token::
65+
2 and 3. To install, use :code:`pip install tox`. Once installed, run `tox` from the
66+
root directory. You'll need to specify a working Dropbox OAuth2 token:
67+
68+
.. code-block:: bash
6369
6470
$ DROPBOX_TOKEN=YOUR_TOKEN tox
6571

0 commit comments

Comments
 (0)