This commit is contained in:
2016-02-19 06:14:51 -05:00
parent 1b1f4ac77d
commit ca303cda0a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ If you want to contribute to the project, this part of the documentation is for
you.
.. toctree::
:maxdepth: 2
:maxdepth: 3
dev/contributing
dev/philosophy
+4 -4
View File
@@ -7,8 +7,8 @@ This part of the documentation covers the installation of Requests.
The first step to using any software package is getting it properly installed.
Pip Install
-----------
Pip Install Requests
--------------------
To install Requests, simply run this simple command in your terminal of choice::
@@ -18,8 +18,8 @@ If you don't have `pip <https://pip.pypa.io>`_ installed (tisk tisk!),
`this Python installation guide <http://docs.python-guide.org/en/latest/starting/installation/>`_
can guide you through the process.
Get the Code
------------
Get the Source Code
-------------------
Requests is actively developed on GitHub, where the code is
`always available <https://github.com/kennethreitz/requests>`_.