Commit Graph

428 Commits

Author SHA1 Message Date
Warix3 0170cdbf77 PyCharm now fully supports pipenv
As of the release version 2018.2 PyCharm has a full pipenv support. [Source](https://www.jetbrains.com/pycharm/whatsnew/#v2018-2-python "New features")
2018-07-30 01:28:42 +02:00
零件 9cb8e546c2 Update basics.rst with $SHELL
State the role of `$SHELL` in `pipenv shell` command.
2018-07-29 21:23:40 +08:00
Tzu-ping Chung 4fb6cc3631 Installation documentation updates
Removed ppa mentions from documentation, and re-organised the page a bit
to make it structurally easier to upderstand.

Both the documentation's front page and README.rst now actively refer to
the page so user can be directed to better installation methods. (I
don't think this is very useful TBT because people don't use manuals,
but we should still do it.)

Also fixed many Sphinx warnings during documentation builds.
2018-07-11 13:45:37 +08:00
James Howe 8dcb187b56 Delete "Changing Where Pipenv Stores Virtualenvs"
It's a partial duplicate of the "Custom Virtual Environment Location" section.
2018-07-10 15:21:09 +01:00
Tzu-ping Chung 9bd49f9759 Automatically generate environment variable docs
Default values are added to docstrings so they appear in the docs.
This should help maintainers to keep them up-to-date.

Fix #2547.
2018-07-10 18:38:15 +08:00
nkk0 9288f676d2 Fix small docs typo 2018-07-10 10:19:02 +02:00
Charles Lai b1a9b03913 Change Github Pull Pipenv to Github Pull Requests in contributing.rst 2018-07-09 00:08:07 -07:00
gkdoc 684748ead1 Revise note format for consistency in basics.rst 2018-07-07 19:46:22 -07:00
Tzu-ping Chung 4edcf58ec4 Elaborate what --clear does 2018-07-08 02:02:06 +08:00
Tzu-ping Chung 200e6faf2c More diagnose and better templates 2018-07-08 02:02:06 +08:00
Kevin Morales a1bb800120 Merge branch 'master' into adding-link-to-spanish-documentation 2018-07-07 09:53:10 -04:00
iKenshu 402acc9087 adding link to spanish documentation 2018-07-07 09:45:59 -04:00
gkdoc ec93a9e10e Insert space before a bracket 2018-07-05 21:35:22 -07:00
kennethreitz 1eee917d13 Merge branch 'master' of github.com:pypa/pipenv 2018-07-05 08:46:25 -04:00
kennethreitz ac5fee4fe5 uesrvoice 2018-07-05 08:46:11 -04:00
Tzu-ping Chung a5a9583c2d Un-vendor Pew 2018-07-05 16:43:11 +08:00
kennethreitz 56f294e084 Merge pull request #2300 from bittner/master
Reduce image filesize for documentation
2018-07-03 23:34:31 -04:00
frostming a90abc7696 improve changelog docs 2018-07-03 08:50:42 +08:00
Dan Ryan 46ba42b6fb Add changelog, update documentation home screen
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-07-01 17:00:44 -04:00
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
Peter Bittner c31d5f60d3 Reduce image filesize for documentation 2018-06-03 15:08:15 +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