summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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".