Skip to content

Commit

Permalink
Update RELEASE.rst pip usage for cache avoidance (#495)
Browse files Browse the repository at this point in the history
This is more aggressively cached by pip as of the new warehouse backend for PyPI.
  • Loading branch information
kwlzn authored May 23, 2018
1 parent 741de3e commit e835d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Dogfood

::

$ pip install --upgrade pex
$ pip install --no-cache-dir --upgrade pex
...
$ pex --version
pex 1.1.1
Expand Down

0 comments on commit e835d92

Please sign in to comment.