summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorericholscher <eric@ericholscher.com>2014-01-09 19:50:38 +0000
committerericholscher <eric@ericholscher.com>2014-01-09 19:50:38 +0000
commit003ab7efba4f245f420e3a9dc145ac8277f7adb0 (patch)
tree270fc760847fddcaf30572b538298f27b8a5fbd3
parentc0ae53b9fe90167eb6a24d685127f756f3952bfa (diff)
downloadwheel-ericholscher/add-example-of-remote-usage-of-wheelhous-1389297029223.tar.gz
-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".