summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Smith <qwcode@gmail.com>2015-10-15 22:18:55 -0700
committerMarcus Smith <qwcode@gmail.com>2015-10-15 22:18:55 -0700
commit829b6c2f06fcd2430ddb50f472878f8f219c7da3 (patch)
treea1f82e9ed6b240f6b8c8cde7f53b47d1ca0675cd
parent461b7aaad336f9ca3983af0b74f96a4880bc7d1e (diff)
parent4a67f40a415fa7a97bc2dc829ce64fe5bfe55c2f (diff)
downloadpip-829b6c2f06fcd2430ddb50f472878f8f219c7da3.tar.gz
Merge pull request #3190 from cjwatson/setuptools-find-links-docs
Fix example of using setuptools find_links
-rw-r--r--docs/reference/pip_install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/pip_install.rst b/docs/reference/pip_install.rst
index 489e0b09f..ed62c5718 100644
--- a/docs/reference/pip_install.rst
+++ b/docs/reference/pip_install.rst
@@ -513,7 +513,7 @@ To have the dependency located from a local directory and not crawl PyPI, add th
[easy_install]
allow_hosts = ''
- find_links = file:///path/to/local/archives
+ find_links = file:///path/to/local/archives/
Build System Interface