1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

56 commits

Author SHA1 Message Date
Donald Stufft 90b3db476f Drop support for Python 3.3 2018-05-17 13:34:48 -04:00
Alan Yee 3de4464fab Update installing.rst (#3890)
Various updates to installing.rst
2017-07-27 20:04:04 +01:00
Pradyun S. Gedam fc98e0b524 Fix missing footnote error 2017-05-16 23:48:27 +05:30
Donald Stufft 491294f61e Merge pull request #3721 from gdanielson/patch-1
Update installing.rst example proxy URI
2017-04-03 09:18:39 -04:00
Donald Stufft 59cb562d59 Fix up some bookkeeping 2017-03-18 14:52:14 -04:00
Donald Stufft c4074c8efd Add a note to the docs about 2.6/get-pip.py (#4095) 2016-11-06 18:48:35 -05:00
Lipis d86d171364 OS X -> macOS (#4074) 2016-11-06 12:24:43 -05:00
Xavier Fernandez ec8cf5511b Document the get-pip version for 3.2
closes #3510
2016-07-21 10:42:18 +02:00
Paul Moore efc49ebada Clarified when pip is already installed 2016-06-05 15:46:33 +01:00
gdanielson 2b2ca40ccc Update installing.rst example proxy URI
for Install behind a proxy added missing "http://" proxyScheme
2016-04-28 17:40:10 +12:00
Cory Wright 9959fbeaed Fix typo: Envionment -> Environment 2016-03-05 19:52:28 -05:00
Christopher Snyder 062ee49f30 Fix typo in the install doc 2016-01-22 08:47:20 -05:00
Xavier Fernandez 5fd27e8c6c Clarify our policy on python patch versions support
addresses issue #3074
2016-01-08 00:22:09 +01:00
Donald Stufft b11cb019a4 Drop support for Python 3.2 2015-10-01 09:36:16 -04:00
Marcus Smith 9dcfc887ee for linux package mgr instructions, link to the new PyPUG section 2015-09-23 16:58:20 -07:00
Marcus Smith eca8283bb5 remove the "by a tool like" 2015-09-11 20:27:26 -07:00
Marcus Smith c5664a8470 mention that pre-installed pip needs to be upgraded 2015-09-11 20:24:44 -07:00
Marcus Smith 04a175e6fc - instead of saying "may", explain when that's true
- simpler, more direct wording
2015-09-11 20:17:36 -07:00
Marcus Smith 697178e3fc - a new "Do I need to install pip?" section
- a new subsection for the get-pip options
  (which now mentions --no-wheel and --no-setuptools)
- explain that get-pip.py installs setuptools and wheel, and why.
- mention support for Python3.5
2015-09-07 16:56:10 -07:00
Donald Stufft 18064e7017 Remove the workarounds/hacks to handle distribute -> setuptools 2015-05-09 15:09:05 -04:00
Marc Abramowitz a19e6dd308 Update installing.rst
Resolve merge conflict on updating on Windows.
2014-12-22 20:50:21 -08:00
Donald Stufft 7b4be2bc3e Merge branch 'develop'
Conflicts:
	docs/installing.rst
	docs/reference/pip_install.rst
2014-12-22 11:20:01 -05:00
jarondl b974eadd9d DOC: pip is sometimes included with Python 2014-12-08 14:15:12 +02:00
anatoly techtonik aef9dccc92 docs: there are also independent package managers 2014-09-07 22:52:00 +03:00
Marcus Smith 6adbab3d9e break out the examples so we can add a qualifying footnote for --user installs
Conflicts:
	docs/installing.rst
2014-07-21 20:51:44 -07:00
Marcus Smith 24952b32d3 get-pip.py option examples
Conflicts:
	docs/installing.rst
2014-07-21 20:47:24 -07:00
patricktokeeffe bd47689075 Add note about updating system path
Remind users to update system path since script does not. 

Well, at least on Windows it doesn't update PATH. Perhaps this should be qualified?
2014-06-19 14:27:22 -07:00
Donald Stufft a4fec67bba Merge branch 'master' into develop
Conflicts:
	.travis.yml
	CHANGES.txt
	PROJECT.txt
	README.rst
	docs/installing.rst
	pip/__init__.py
	pip/_vendor/vendor.txt
	setup.py
	tox.ini
2014-05-03 02:37:03 -04:00
Donald Stufft 0e72f65bf4 Merge branch '1.5.X'
Conflicts:
	.travis/py34.sh
	CHANGES.txt
	PROJECT.txt
2014-05-03 01:13:28 -04:00
Donald Stufft 8d0741a0d2 Update documentation to point at the new bootstrap location 2014-05-02 18:55:39 -04:00
Alex Gaynor 690ce3e839 Use the real URL, raw.github is just a redirect these days
And some tools don't follow redirects by default.
2014-04-25 12:58:51 -07:00
Marcus Smith 530fc97193 break out the examples so we can add a qualifying footnote for --user installs 2014-04-09 16:53:52 -07:00
Marcus Smith 0867816811 get-pip.py option examples 2014-04-08 22:57:22 -07:00
Florian Briand 4691a9e8b7 Fix conjugation and line length 2014-04-08 22:38:23 -07:00
Florian Briand 60b3579cf8 Add information about command line option
... which can be used with get-pip.py
2014-04-08 22:38:12 -07:00
Marcus Smith 6ab9b30587 pip upgrades on windows 2014-03-26 11:08:00 -07:00
Marcus Smith 86aa5f1daa pip upgrades on windows 2014-03-26 11:05:23 -07:00
Marcus Smith 19ef5973cd dropped support for Python 3.1 2014-02-11 22:33:24 -08:00
Marcus Smith 9e39d9d8ca pip docs refactor 2014-02-11 22:13:03 -08:00
Marcus Smith 96bfe8b0f9 pip docs refactor 2014-02-11 21:55:43 -08:00
Marcus Smith b0b7a39696 docs fixes since the merge 2014-01-20 20:59:27 -08:00
Donald Stufft e9a896a9a0 Merge branch 'master' into develop
Conflicts:
	docs/installing.rst
	pip/__init__.py
2014-01-20 22:48:44 -05:00
Marcus Smith 9d7d0005be simpler install instructions due to get-pip.py installing setuptools 2014-01-14 20:59:20 -08:00
Marcus Smith 7822931f59 replace the ez_setup instructions with simple pip commands 2014-01-10 22:42:35 -08:00
Marcus Smith 71addee2be get-pip-first instructions, due to vendoring pkg_resources 2014-01-09 20:13:30 -08:00
Marcus Smith 9242dbfe8a self-contained, non-circular install instructions 2013-08-28 20:43:20 -07:00
Marcus Smith 1e9202a861 add cookbook entry for distribute to setuptools upgrade 2013-08-07 16:36:02 -07:00
Jannis Leidel e3bf9c40ec Remove the changelog from the PyPI page and add links to it and the installation docs.
Also some minor stylistic changes.
2013-07-23 19:53:54 +02:00
Marcus Smith 0e342bc129 update changelog with note about case where distribute upgrade can fail 2013-07-06 00:03:47 -07:00
Marcus Smith 31c29c6d2f new install instructions after release of setuptools-0.8/distribute-0.7.3 2013-07-05 22:45:29 -07:00