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

78 commits

Author SHA1 Message Date
Pradyun Gedam
c47e1b6e5d
Enable rst-backticks for ReST files and NEWS fragments 2019-09-24 18:03:22 +05:30
Pradyun Gedam
6f8c29aa77
Enable end-of-file-fixer 2019-09-24 18:03:22 +05:30
Chris Hunt
05964ead48 Address previous review comments 2019-09-22 11:10:25 -04:00
Adam Tse
3f98ee4250 Explicit support and tests for hg+file scheme for pip install. 2019-09-22 11:04:23 -04:00
Vinicyus Macedo
16af35c613 Adding improvements to the _get_path_to_url function 2019-08-12 14:32:03 -03:00
Omry Yadan
6dd5727773 responded to comments 2019-08-03 11:14:36 -07:00
Omry Yadan
ec47c866c8 updated docs 2019-08-03 10:31:42 -07:00
Xavier Fernandez
ab10b8c328 debug: add warnings about its provisional status 2019-07-18 14:39:12 +02:00
Xavier Fernandez
d70edc8a95 docs: add basic documentation for pip debug 2019-07-18 14:39:12 +02:00
Pradyun Gedam
a8c66dc5d7
Merge pull request #6007 from smartsammler/fix-iss4733
Fix #4733 by deleting the failing example
2019-07-06 09:18:58 +05:30
Pradyun Gedam
f196814b71
Soften language in note for Installation Order 2019-06-16 19:34:19 +05:30
Pradyun Gedam
3c17e280f5
Add another colon to make it ReST directive 2019-06-16 18:27:00 +05:30
Pradyun Gedam
61c4b6159c
Add a disclaimer to the "Installation Order" section (#6604) 2019-06-16 17:43:28 +05:30
Pradyun Gedam
cbb2a5e6ad
Add a disclaimer to the "Installation Order" section
This section has caused a lot of user confusion since PEP 517/518. It seems that users are referring to this section for advice about how to deal with build time issues, which contains statements that do not hold true for build requirements.
2019-06-13 16:57:07 +05:30
Chris Jerdonek
d72758394d Fully support --trusted-host inside requirements files. 2019-06-13 01:21:05 -07:00
Stéphane Bidoul (ACSONE)
99b64ba80f docs: mention installing from git refs 2019-05-18 12:02:28 +02:00
ABHYUDAY PRATAP SINGH
a731e7e37d Docs: capitalize "URL" 2019-05-10 22:52:21 +02:00
Pulkit Goyal
d2742a9049 Improve sentence about PyPI package search (#6476) 2019-05-07 14:30:39 -04:00
Chris Jerdonek
a163ae5af1
Fix some formatting issues in the pip-install docs (#6432) 2019-05-07 09:13:56 -04:00
jakirkham
9360648b34
Remove extra . 2019-02-28 13:10:24 -05:00
Nick Coghlan
682cff7230 Fix #6163: Default to setuptools.build_meta:__legacy__
The main setuptools PEP 517 backend is intended for
explicit usage in `pyproject.toml`, when the project
authors can ensure that their `setup.py` runs without
that directory being implicitly on `sys.path`.

For implicit usage, setuptools now offers a separate
legacy backend that more closely mimics direct
execution of the `setup.py` script.
2019-02-06 20:57:57 +10:00
Paul Moore
cf4d84e58f Address doc review comments 2018-11-14 13:15:55 +00:00
Julian Gethmann
f92ac73ccd Fix pypa#4733 by changing the failing example
This example did not make sense unless it was possible to install specify a
version of a package one installs referencing by the path (here: `.`).
A new example for the local installation with an extra has been added
instead.
2018-11-12 17:08:45 +01:00
Paul Moore
4ca38e0c38 Merge with master 2018-11-11 13:49:35 +00:00
Paul Moore
a4c7d7d996 Add documentation 2018-10-29 23:33:21 +01:00
AceGentile
69037caa0c remove egg version from pip install command reference
fix #5888
2018-10-27 12:51:57 +02:00
Benoit Pierre
83b879b1ec Improve PEP 518 build isolation (#5824)
Handle .pth files, so namespace packages are correctly supported under Python 3.2 and earlier, and more.
2018-10-16 12:04:28 +05:30
Pradyun Gedam
d2e7377c0f
Reorganize pip's docs folder 2018-08-22 13:54:47 +05:30