diff options
author | Nick Loadholtes <nick@ironboundsoftware.com> | 2014-03-22 01:19:02 +0000 |
---|---|---|
committer | Nick Loadholtes <nick@ironboundsoftware.com> | 2014-03-22 01:19:02 +0000 |
commit | db21ff2cd87d49ee2a4ffc77e746f1a8e0cc3272 (patch) | |
tree | eed230007ee8552527ce7f156105c7e95c10cb6d | |
parent | c1826b74eb031270fe1218ee55c9ebc5997b2bf5 (diff) | |
download | wheel-db21ff2cd87d49ee2a4ffc77e746f1a8e0cc3272.tar.gz |
Removed a sentence fragmentnloadholtes/removed-a-sentence-fragment-1395451140133
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 595469b..3ddeccf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -36,7 +36,7 @@ can become a less-than-1 second "unpack from wheel". As a side effect the wheel directory, "/tmp/wheelhouse" in the example, contains installable copies of the exact versions of your application's -dependencies. the dependencies. By installing from those cached wheels +dependencies. By installing from those cached wheels you can recreate that environment quickly and with no surprises. To build an individual wheel, run ``python setup.py bdist_wheel``. Note that |