Skip to content

Commit a498f97

Browse files
committed
Small tweaks to the docs.
1 parent 443a9fd commit a498f97

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

INSTALL.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ The simplest way to install python-intercom is with `pip <http://pip.openplans.o
88

99
pip install python-intercom
1010

11-
or you may download a `.tgz` source archive from `pypi <http://pypi.python.org/pypi/python-intercom#downloads>`_.
11+
or you may download a `.tar.gz` source archive from `pypi <http://pypi.python.org/pypi/python-intercom#downloads>`_:
1212

13-
Dependencies
14-
~~~~~~~~~~~~
13+
::
1514

16-
* `Requests <http://python-requests.org/>`_ – an HTTP library “for human beings”
15+
tar xf python-intercom.tar.gz
16+
cd python-intercom
17+
python setup.py install

docs/development.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,13 @@ Generate a full pylint report:
6161

6262
pylint --rcfile=pylint.conf intercom
6363

64+
Runtime Dependencies
65+
--------------------
6466

65-
Dependencies
66-
------------
67+
* `Requests <http://python-requests.org/>`_ – an HTTP library “for human beings”
68+
69+
Development Dependencies
70+
------------------------
6771

6872
* `nose <http://readthedocs.org/docs/nose/en/latest/>`_ – makes unit testing easier.
6973
* `coverage <http://nedbatchelder.com/code/coverage/>`_ – code coverage.

0 commit comments

Comments
 (0)