Frost Ming
072e94c51d
update sphinx-click
2018-06-23 16:05:34 +08:00
Jacob Henner
af91eb68bb
Add support for PyPI mirrors
...
Adds support for the --pypi-mirror command line parameter and the
PIPENV_PYPI_MIRROR environment variable for most pipenv operations.
This permits pipenv to function without pypi.org, which is necessary for
users:
1. behind restrictive networks
2. facing strict artifact sourcing policies
3. experiencing poor performance connecting to pypi.org
4. who've configured a local cache for performance reasons
When specified, the value of this parameter replaces all instances of
pypi.org and pypi.python.org within pipenv operations without modifying
or requring the modification of Pipfiles.
- Resolves #2075
2018-06-07 18:24:18 -04:00
muxator
0ab11ccb68
punctuation: removed unnecessary comma
2018-06-06 10:18:50 +02:00
kennethreitz
a51d4c5150
Merge branch 'master' into patch-2
2018-05-20 10:13:46 -04:00
kennethreitz
47debed9a1
simplicity
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-19 14:34:18 -04:00
kennethreitz
fe78628903
opinionated
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-19 14:25:27 -04:00
kennethreitz
e3c72e167d
cleanup
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-19 14:18:27 -04:00
kennethreitz
1c956d37e6
one line
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-19 14:16:47 -04:00
kennethreitz
6d77e4a055
let's be honest here
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-19 14:15:02 -04:00
Grey Li
52c9953334
Merge branch 'master' into patch-2
2018-05-19 08:53:34 +08:00
kennethreitz
7e596306f4
pipenv-pipes
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-18 14:23:12 -04:00
Grey Li
4d2746df57
Add tips for supervisor user
2018-05-18 15:56:20 +08:00
kennethreitz
5e503e5b26
one line
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-16 12:09:13 -04:00
kennethreitz
171bb99e94
even shorter
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-16 12:08:48 -04:00
kennethreitz
5853846f5d
pipenv shortened
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-05-16 12:07:56 -04:00
Nate Prewitt
968223448a
adding contribution docs and guidelines to Pipenv
2018-05-16 08:44:52 -07:00
Jon Wayne Parrott
9ba2324298
Update the wording a little
2018-05-15 11:08:45 -07:00
Jon Wayne Parrott
71bf8e5130
Update the wording to clarify Pipenv's overall role in the packaging ecosystem
2018-05-15 09:25:31 -07:00
Dan Ryan
b8acd15365
Merge branch 'master' into master
2018-04-29 22:36:13 -04:00
Dan Ryan
cf051ef1d4
Merge branch 'master' into patch-2
2018-04-29 15:26:04 -04:00
Tom Eastman
824dcb74e2
Suggest pip as the first recommended installation method instead of Homebrew.
2018-04-28 09:48:44 +12:00
Ben Kraft
3f13e8dfd3
Mention --keep-outdated in docs for importing
...
When importing from requirements.txt, it may be useful to
keep the versions of packages you have for the moment,
while unpinning them for the future. This is already supported
via `--keep-outdated`; this commit adds a mention to the docs.
Fixes #908 .
2018-04-25 11:43:04 -07:00
Manuel Vázquez Acosta
e8eb732ce9
Note that `-e` impacts sub-dependencies in lock file.
2018-04-23 17:43:23 -04:00
Stefane Fermigier
6707b0c19b
I believe this tox config is more correct this way
2018-04-16 12:36:40 +02:00
Frost Ming
336f649e13
revise as suggested
2018-04-14 16:20:23 +08:00
frostming
ea06c18565
change the term of conda
2018-04-14 16:17:26 +08:00
frostming
a28bfd96fe
make names consistent
2018-04-14 16:17:26 +08:00
Cody
828652680e
Merge branch 'master' into master
2018-04-12 23:13:21 -04:00
Cody
abaf244cfc
add PIPENV_INSTALL_TIMEOUT to envar index
2018-04-12 02:42:49 -04:00
Cody
a0e11e56a0
add section on PIPENV_DEFAULT_PYTHON_VERSION
2018-04-12 02:37:04 -04:00
Cody
927fd19a4c
clarify wording on some envars
2018-04-11 23:35:21 -04:00
Cody
c3990c778c
add section explaining PIPENV_VENV_IN_PROJECT
2018-04-11 23:27:16 -04:00
Cody
d74e2afb38
fix typo
2018-04-11 23:09:59 -04:00
frostming
92f3789abb
Mention scripts section in doc
2018-04-12 10:51:28 +08:00
Cody
fa9f649d90
add more envars to docs
2018-04-11 22:35:05 -04:00
Cody
81b8bd3737
add section about PIPENV_CACHE_DIR in documentation
2018-04-11 19:39:57 -04:00
Dan Ryan
36b14998c0
Merge branch 'master' into man_tox
2018-04-11 00:16:39 -04:00
Dan Ryan
8d078f8a0b
Update advanced.rst
2018-04-11 00:14:05 -04:00
Dan Ryan
a60077862c
Update advanced.rst
2018-04-11 00:12:58 -04:00
Dan Ryan
c84e60cdaa
Update vcs documentation
...
- Add link to pip docs
- Unquote `-e .` example
- Add detail to examples
- Closes #1908
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-10 19:27:30 -04:00
Jan Vlcinsky
31230b1a37
Documentation about usage in tox.ini updated (shorter call).
2018-04-07 23:27:11 +02:00
Stefan VanBuren
939d77cf40
Update advanced.rst
...
Needs an extra `:` to render the .rst properly
2018-03-29 11:31:30 -04:00
luz.paz
63f7e988f7
Misc. typos
...
Found via `codespell -q 3`
2018-03-27 13:42:27 -04:00
Davi Lima
01d56cc8a0
fix typo
2018-03-25 19:37:55 +02:00
Jeff Tratner
5cf7a7d552
Add doc note about environment variables
2018-03-23 00:17:28 -07:00
Tzu-ping Chung
e2aae966d5
More pyenv notes
2018-03-23 13:21:43 +08:00
Tzu-ping Chung
ff6e538c1a
Locale debug
2018-03-23 13:21:43 +08:00
Tzu-ping Chung
60a762b4c6
Manually delete caches
2018-03-23 13:21:43 +08:00
Tzu-ping Chung
01a89c9508
Line ending
2018-03-23 13:21:43 +08:00
Tzu-ping Chung
256f8d75bd
Reword
2018-03-23 13:21:42 +08:00