summaryrefslogtreecommitdiff
path: root/docs/reference.rst
Commit message (Collapse)AuthorAgeFilesLines
* Make the --no-(pip|setuptools|wheel) options independentDonald Stufft2016-01-191-2/+1
|
* Try to download the latest versions of preinstalled packagesDonald Stufft2016-01-191-4/+6
| | | | | | | | | | | * Will only accept Wheels (because that is all we can install without setuptools). * Will still fall back to using the bundled copies of the preinstalled packages if it cannot access the internet. This should prevent errors happening from too old of versions of software being bundled with virtualenv, while still allowing people to prevent talking to the internet with --no-download.
* Install wheel automatically into new virtual environmentsDonald Stufft2015-05-211-0/+4
|
* Refer to python instead of python3Matthew Iversen2014-06-151-1/+1
|
* Fix docs typos, thanks @alexMatthew Iversen2014-06-151-1/+1
|
* Capitalization Is AwesomeMatthew Iversen2014-06-151-1/+1
|
* Usage, options, config, extendingMatthew Iversen2014-06-151-0/+256