File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,15 @@ A Python SDK for integrating with the Dropbox API v2. Compatible with Python
88Setup
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
6064We 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
You can’t perform that action at this time.
0 commit comments