File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments