[07:18:17] <ktosiek> Is it just me or is half of pip deprecated?
[08:38:09] <pjdelport> That's just the half-empty version of "rapidly improving"
[09:25:45] <pjdelport> Is there a way to take advantage of pip's binary wheel caching when running "pip wheel" itself?
[09:29:45] <pjdelport> If I use "pip wheel foo bar ..." or "pip wheel -r <...>" to collect some packages for pushing to a server, pip seems to use the wheel cache for dependencies, but not for the packages directly listed on the command line or requirements file.
[09:32:10] <skylite> can I install a virtualenv and all the dependencies in requirements.txt with one command?
[09:38:41] <pjdelport> Not with pip, but virualenvwrapper lets you do "mkvirtualenv -r req.txt foo"