We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76536ae commit 2b16a96Copy full SHA for 2b16a96
README.rst
@@ -5,13 +5,22 @@ A Python SDK for integrating with the Dropbox API v2. Compatible with Python
5
2.7 and 3.4+. Documentation is available on `Read the Docs
6
<http://dropbox-sdk-python.readthedocs.org/>`_.
7
8
-Setup
9
------
+Installation
+------------
10
11
-You can install this package from the root directory by running:
+Install via ``pip``:
12
13
.. code-block:: bash
14
15
+ $ pip install dropbox
16
+
17
18
+Install from source:
19
20
+.. code-block:: bash
21
22
+ $ git clone git://github.com/dropbox/dropbox-sdk-python.git
23
+ $ cd dropbox-sdk-python
24
$ python setup.py install
25
26
After installation, to get started, open a Python console:
0 commit comments