Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Unified Diff: recipe_engine/third_party/requests/docs/user/install.rst

Issue 2164713003: Vendor requests. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Fix deps.pyl Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: recipe_engine/third_party/requests/docs/user/install.rst
diff --git a/recipe_engine/third_party/requests/docs/user/install.rst b/recipe_engine/third_party/requests/docs/user/install.rst
deleted file mode 100644
index c3f0084e2f68f0e7faac06bb5c94a6e4f9039e6f..0000000000000000000000000000000000000000
--- a/recipe_engine/third_party/requests/docs/user/install.rst
+++ /dev/null
@@ -1,39 +0,0 @@
-.. _install:
-
-Installation
-============
-
-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 Requests
---------------------
-
-To install Requests, simply run this simple command in your terminal of choice::
-
- $ pip install requests
-
-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 Source Code
--------------------
-
-Requests is actively developed on GitHub, where the code is
-`always available <https://github.com/kennethreitz/requests>`_.
-
-You can either clone the public repository::
-
- $ git clone git://github.com/kennethreitz/requests.git
-
-Or, download the `tarball <https://github.com/kennethreitz/requests/tarball/master>`_::
-
- $ curl -OL https://github.com/kennethreitz/requests/tarball/master
- # optionally, zipball is also available (for Windows users).
-
-Once you have a copy of the source, you can embed it in your own Python
-package, or install it into your site-packages easily::
-
- $ python setup.py install

Powered by Google App Engine
This is Rietveld 408576698