summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add some examples to the docsXavier Fernandez2016-05-191-3/+19
* Merge pull request #3431 from pekkaklarck/patch-1Xavier Fernandez2016-05-171-0/+9
|\
| * Fine tuning docs about installing downloaded packagePekka Klärck2016-05-171-1/+1
| * quickstart: Installing already downloaded packagePekka Klärck2016-01-281-0/+9
* | docs: use autonumbered examples in docsXavier Fernandez2016-05-168-118/+114
* | Added --columns, --no-columns option to `pip list`. Fixes #3651 (#3654)Douglas Thor2016-05-121-0/+32
* | Fix typo: Envionment -> EnvironmentCory Wright2016-03-051-1/+1
* | Merge branch 'develop'8.1.0Donald Stufft2016-03-053-15/+12
|\ \
| * | Update documentation re subdirectory optionStéphane Bidoul (ACSONE)2016-02-181-4/+0
| * | Add a warning about order of processing requirements.jwg42016-02-111-1/+2
| * | docs: fix some typosXavier Fernandez2016-02-072-4/+4
| * | Fix example package name in user_guide.rstAnton Ovchinnikov2016-02-051-1/+1
| * | Correct installation hash checking docsJon Banafato2016-01-282-3/+3
| |/
| * Fix typo in the user guide docCass2016-01-271-1/+1
| * Fix typo in the install docChristopher Snyder2016-01-221-1/+1
* | Correct compatible release clause exampleTony Zhaocheng Tan2016-03-011-1/+1
|/
* Fix typoEmil Styrke2016-01-211-1/+1
* Move get-pip.py to its own repositoryDonald Stufft2016-01-201-4/+4
* Default to downloading to the current directoryDonald Stufft2016-01-191-4/+4
* Fix reference to #egg syntax to avoid implying that setting the version worksPaul Moore2016-01-181-2/+2
* Docs - pip install - a bit more detail on how pip processes requirementsPaul Moore2016-01-151-6/+50
* Clarify our policy on python patch versions supportXavier Fernandez2016-01-081-0/+4
* Merge pull request #3320 from techtonik/patch-3Matt Iversen2015-12-311-1/+1
|\
| * Fix failing Travis tests due to expired certificateanatoly techtonik2015-12-271-1/+1
* | Spelling fixesVille Skyttä2015-12-271-1/+1
|/
* Add an explanation about how packages are located for installPaul Moore2015-12-111-0/+7
* Merge branch 'develop' into hashes2Donald Stufft2015-11-061-4/+22
|\
| * Merge pull request #3223 from xavfernandez/improve_subdirectory_docsXavier Fernandez2015-11-051-1/+18
| |\
| | * add basic example for subdirectoryXavier Fernandez2015-11-031-0/+17
| | * docs: add quotes to subdirectory exampleXavier Fernandez2015-11-031-1/+1
| * | fix broken link to old pypa.io sectionMarcus Smith2015-11-051-2/+3
| |/
| * Fix example of using setuptools find_linksColin Watson2015-10-161-1/+1
* | Update the wheel-cache-disabling docs with our latest understanding of C comp...Erik Rose2015-10-211-4/+7
* | Obey --require-hashes option in requirements files.Erik Rose2015-10-211-1/+4
* | Modernize recommendations to not call setuptools-level things directly.Erik Rose2015-10-191-6/+12
* | Fix false hash mismatches when installing a package that has a cached wheel.Erik Rose2015-10-191-11/+23
* | Add --algorithm flag to `pip hash`.Erik Rose2015-10-121-3/+10
* | Restore documentation about alternate hash algorithms in URLs.Erik Rose2015-10-121-5/+7
* | Make "installation bundles" less of an official term.Erik Rose2015-10-111-9/+10
* | Revise what hashes protect you against.Erik Rose2015-10-101-7/+8
* | Correct and clarify docs and comments.Erik Rose2015-10-101-2/+2
* | Merge 'develop' into 'hashing' to bring the latter up to date.Erik Rose2015-10-084-26/+11
|\ \ | |/
| * add comment about the order of requirements file preprocessingMarcus Smith2015-10-031-0/+2
| * Drop support for Python 3.2Donald Stufft2015-10-011-6/+1
| * Merge pull request #3152 from James-Firth/patch-1Marcus Smith2015-09-301-1/+1
| |\
| | * Fixed broken link to article comparing setup.py to requirements.txtJames Firth2015-09-301-1/+1
| * | for linux package mgr instructions, link to the new PyPUG sectionMarcus Smith2015-09-231-14/+5
| * | link to the python.org location for the PyPUGMarcus Smith2015-09-231-5/+2
* | | Add warning about `python setup.py install`.Erik Rose2015-10-081-0/+11
* | | Add `pip hash` command.Erik Rose2015-10-084-14/+70