<div>pip-1.4rc4 and virtualenv-1.10rc6 are now available</div><div><br></div><div>the changes from the previous RCs:</div><div>- virtualenv now contains setuptools v0.9 (which enables indexes to use md5, sha1, or one of the sha2 variants in their urls)</div>

<div>- the new "pip install --pre" option now applies to all packages installed in the command, not just top-level requirements    </div><div>- pip support for building and installing pybundles is now noted as deprecated (our plan is to remove it in v1.5)</div>

<div><br></div><div>here's the RC install instructions again:</div><div><br></div><div>  $ curl -L -O <a href="https://github.com/pypa/virtualenv/archive/1.10rc4.tar.gz" target="_blank">https://github.com/pypa/virtualenv/archive/1.10rc6.tar.gz</a></div>


<div>  $ tar zxf 1.10rc6.tar.gz</div><div>  $ python virtualenv-1.10rc6/virtualenv.py myVE</div><div>  $ myVE/bin/pip --version</div><div>   pip 1.4rc4</div><br>