Skip to content

Commit c5de54a

Browse files
committed
Minor changes to installation page.
1 parent b75791f commit c5de54a

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

docs/installation.rst

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

99
pip install python-intercom
1010

11-
Dependencies
12-
============
13-
14-
python-intercom uses the `Requests <http://python-requests.org/>`_ HTTP library.
11+
or you may download a `.tgz` source archive from `pypi <http://pypi.python.org/pypi/python-intercom#downloads>`_.
1512

16-
Development Dependencies
17-
========================
18-
19-
The following packages are used in the development of python-intercom:
20-
21-
* `nose <http://readthedocs.org/docs/nose/en/latest/>`_: makes unit testing easier.
22-
* `coverage <http://nedbatchelder.com/code/coverage/>`_: code coverage.
23-
* `mock <http://www.voidspace.org.uk/python/mock/>`_: patching methods for unit testing.
24-
* `pylint <http://www.logilab.org/857>`_: source code analyzer.
25-
* `Sphinx <http://sphinx.pocoo.org/>`_: documentation decorator.
26-
* `Pygments <http://pygments.org/>`_: Python syntax highlighting for documentation.
27-
* `docutils <http://docutils.sourceforge.net/>`_: reStructuredText support.
28-
* `Jinja <http://jinja.pocoo.org/docs/>`_: templating language.
13+
Dependencies
14+
~~~~~~~~~~~~
2915

16+
* `Requests <http://python-requests.org/>`_ – an HTTP library “for human beings”

0 commit comments

Comments
 (0)