Skip to content

Commit 2b16a96

Browse files
committed
Update installation guide.
1 parent 76536ae commit 2b16a96

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,22 @@ A Python SDK for integrating with the Dropbox API v2. Compatible with Python
55
2.7 and 3.4+. Documentation is available on `Read the Docs
66
<http://dropbox-sdk-python.readthedocs.org/>`_.
77

8-
Setup
9-
-----
8+
Installation
9+
------------
1010

11-
You can install this package from the root directory by running:
11+
Install via ``pip``:
1212

1313
.. code-block:: bash
1414
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
1524
$ python setup.py install
1625
1726
After installation, to get started, open a Python console:

0 commit comments

Comments
 (0)