Gilberto Corrêa de Souza
4b108dfd49
change wording for Environment Variables options
2019-05-27 13:04:59 -04:00
Gilberto Corrêa de Souza
3402ed9615
clarified the use of environment variables
2019-05-27 13:04:19 -04:00
Jordan Pittier
788194d749
Doc: advanced.rst: Use "pytest" as the new recommended entrypoint for Pytest
...
According to https://github.com/pytest-dev/pytest/issues/1629 the recommended
entrypoint for `pytest` is `pytest`. Usage of `py.test` has been deprecated
for 2 years now.
2019-05-27 10:36:02 +02:00
Dan Ryan
95c07e5fd9
Merge branch 'master' into fix-docs-mobile
2019-05-26 17:24:25 -04:00
s-pace
cd13852fca
feat: add search to every documentation pages
2019-04-17 11:45:20 +02:00
s-pace
3493f53c5c
feat: add search to the main introduction page
2019-04-17 11:44:38 +02:00
Nicholas Surmava
2248222c14
added the TOML Spec link to the documentation
2019-03-23 13:45:24 -05:00
Frost Ming
546e3ac1d8
Merge branch 'master' into patch-2
2019-03-08 14:59:55 +08:00
Frost Ming
d7dd54e2a3
Merge branch 'master' into patch-2
2019-03-07 17:36:19 +08:00
Daniel Phillips
f22a564a2b
Fix pip specifier documentation mistake where 'former' was incorrectly used instead of 'latter' ( #3507 )
2019-03-07 17:35:59 +08:00
Jannis Leidel
e2738a8aef
Removing jezdez's testimonial ( #3536 )
...
As requested
2019-03-07 13:29:27 +08:00
David Beitey
04a10c87dc
Ensure docs show nav on small-screen devices
...
Fixes #3527
2019-02-12 12:50:15 +10:00
David Beitey
4514c0cab3
Docs: clarify quoting in version specs note
...
Previously it was confusing as to what `" "` meant exactly -- I read it
as a whitespace character was needed somewhere when it's referring to
the double quote characters.
2019-02-11 17:14:49 +10:00
Frank Anderson
d0e35135a0
Update index.rst
...
Fix for #3499
2019-02-08 14:35:00 -08:00
jxltom
844f7f80e2
Merge homebrew and linuxbrew installation into same section
2018-12-16 10:45:29 +08:00
Omer Katz
497fdf8d6b
Updated install documentation.
2018-12-09 18:19:14 +02:00
Omer Katz
d191deb744
Mention Linuxbrew in installation docs.
2018-12-04 17:50:41 +02:00
jxltom
c1a9f0079c
Resort imports for docs
2018-12-01 19:11:55 +08:00
Frost Ming
978d977642
Update docs dependencies
2018-11-28 14:30:27 +08:00
Peter Schutt
a84f5443af
Incorrect ref in VCS example
...
Small changes, but a couple of issues in the `A Note About VCS Dependencies` section of the docs.
Running the example `$ pipenv install -e git+https://github.com/requests/requests.git@v2.19#egg=requests ` raises the error: `Did not find branch or tag 'v2.19', assuming revision or ref.` I think it should be 'v2.19.1' which is just a typo as 'v2.19.1' is used in the subsequent lines of the example.
The example Pipfile in the section excludes the `v` in the version number written to the `ref = ` part. I found it a little confusing that it would strip the 'v' from the tag, but then on testing it I found that it doesn't do that:
```
[packages]
requests = {editable = true, ref = "v2.20.1", git = "https://github.com/requests/requests.git "}
```
Also, while I was here I figured I'd update the example to the most recent requests release.
Thanks.
2018-11-15 10:17:58 +11:00
Tzu-ping Chung
41023c33ae
Upgrade some requirements to address security warning
2018-11-06 15:46:14 +09:00
Dan Ryan
18ceaa19dd
Merge branch 'master' into check_api_override
2018-11-01 21:35:28 -04:00
Jeremy Carroll
735119e63b
Added run-tests.bat as alternative to run-tests.sh
2018-10-30 10:52:48 -04:00
Jeremy Carroll
d923a58ca7
Correction from PR comment
2018-10-30 10:52:48 -04:00
Jeremy Carroll
dd8c61addb
More specific comment about PIP_FIND_LINKS
2018-10-30 10:52:48 -04:00
Jeremy Carroll
167c417183
Documenting how I got the tests to run
2018-10-30 10:52:48 -04:00
kennethreitz
e8bf34b548
Merge pull request #3100 from psviderski/try-in-browser
...
Add try-in-browser button to launch Pipenv playground (README and docs)
2018-10-25 15:44:10 -04:00
Pavel Sviderski
21d53570f3
add try-in-browser button to docs
2018-10-25 20:15:23 +03:00
Grey Li
af3cff2560
Fix typo in docs/install.rst
2018-10-25 17:50:07 +08:00
joren485
516c86cd49
Remove 'you' from sentence in docs page ( #3091 )
2018-10-24 17:52:59 +08:00
Guillermo Guirao Aguilar
38fe342f13
Fix typo
2018-10-19 15:42:30 +02:00
Tania Allard
87551b9d45
Documentation: how to use pip specifiers with Pipenv
...
Fix #2930 .
2018-10-18 00:20:47 +08:00
Andrea
9360058f18
Add brief description and caveats of project - virtualenv mapping ( #3050 )
2018-10-17 22:31:36 +08:00
Aditya Srivastava
4588ffebda
Added shell deactivation instruction to documentation
...
Minor edits to documentation
2018-10-07 09:24:25 +05:30
Ulrik Johansson
ba61dd0622
Use less ambiguous env var name for pyup api key
2018-09-19 07:40:05 +02:00
Ulrik Johansson
b29434a68e
Merge branch 'master' into check_api_override
2018-09-19 07:36:39 +02:00
Gabi Nagy
51c3c8b600
Fix pipenv install --dev description
...
By default, `pipenv install` will install packages
based on the list in `Pipfile`, not `Pipfile.lock`.
`pipenv install --dev` is no exception.
I've tested this using pipenv 2018.7.1
with different package versions in `Pipfile`
and `Pipfile.lock`. After `pipenv install`,
the versions in `Pipfile` were the ones
actually installed.
2018-09-14 11:23:03 +08:00
Ulrik Johansson
bec205bbd5
Add ability to override the pyup.io API key for the check command
2018-09-09 13:35:12 +02:00
Dan Ryan
7f602daf98
Expand a bit on sync vs ignore-pipfile
...
- expanded a bit on the distinction between `sync` and `ignore-pipfile`
- fixed a merge conflict resolution I did that erased some changes in master
2018-08-31 00:16:09 -04:00
Dan Ryan
d1d6b87b05
Merge branch 'master' into docs/deployment-guide
2018-08-30 23:53:53 -04:00
Sharla Kew
5e211eb659
Merge branch 'master' into master
2018-08-30 19:19:50 +01:00
Sharla Kew
8ba24b85d8
change argument example to show concatination
2018-08-30 19:18:28 +01:00
Tzu-ping Chung
505d093ab3
Merge branch 'master' into reinout-fixed-missing-egg-in-url
2018-08-30 12:15:30 +08:00
Tzu-ping Chung
e7a1924dd7
Merge branch 'master' into reinout-doc-url-fix
2018-08-30 04:54:03 +08:00
Griffin Myers
e5462303d2
Fix typo in basics.rst
...
organizatoin => organization
2018-08-29 15:35:50 -04:00
Reinout van Rees
08cfe3fe5f
Fixed link to the "be cordial" essay in the contribution doc.
2018-08-29 15:46:36 +02:00
Reinout van Rees
7f1bd507ae
Added missing 'egg=' in the example url
2018-08-29 15:13:23 +02:00
Dan Ryan
0fc5d0bc05
Merge branch 'master' into master
2018-08-29 02:01:36 -04:00
Tzu-ping Chung
418574fdc4
Merge branch 'master' into do_not_recommend_no_virtualenv_in_docker
2018-08-29 12:54:46 +08:00
Stephen Rosen
3798d83a70
Update deployment section of advanced docs
...
Clarify that `--deploy` is meant for enforcement and intentionally
failing a build.
Mention `pipenv sync` in the same section to try to establish it more
clearly as the most obvious and normal way of doing installation from
``Pipfile.lock`` as part of a reproducible build process.
Explicitly recommend against `pipenv install --ignore-pipfile` and
suggest that it may be deprecated.
2018-08-27 15:15:43 +00:00