summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Smith <qwcode@gmail.com>2014-03-15 10:31:27 -0700
committerMarcus Smith <qwcode@gmail.com>2014-03-15 10:31:27 -0700
commit5261dbef1909f9a73b93f4facf08712ba4210387 (patch)
tree34337838cb4722d30ea3080b65917f283bb115f4
parentf715b1697dfd3f8c71dfd53baa3cdd1cf13ee276 (diff)
parent003ab7efba4f245f420e3a9dc145ac8277f7adb0 (diff)
downloadwheel-5261dbef1909f9a73b93f4facf08712ba4210387.tar.gz
Merged in ericholscher/wheel/ericholscher/add-example-of-remote-usage-of-wheelhous-1389297029223 (pull request #36)
Add example of remote usage of wheelhouse.
-rw-r--r--docs/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 6b4b188..a55a03b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -26,6 +26,10 @@ built packages::
# Install from cached wheels
pip install --use-wheel --no-index --find-links=/tmp/wheelhouse pyramid
+
+ # Install from cached wheels remotely
+ pip install --use-wheel --no-index --find-links=https://wheelhouse.example.com/ pyramid
+
For lxml, an up to 3-minute "search for the newest version and compile"
can become a less-than-1 second "unpack from wheel".