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