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
8
8
Setup
9
9
-----
10
10
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
12
14
13
15
$ python setup.py install
14
16
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
16
20
17
21
>> > import dropbox
18
22
>> > dbx = dropbox.Dropbox(" YOUR_ACCESS_TOKEN" )
@@ -58,8 +62,10 @@ Running tests
58
62
-------------
59
63
60
64
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
63
69
64
70
$ DROPBOX_TOKEN=YOUR_TOKEN tox
65
71
You can’t perform that action at this time.
0 commit comments