Commit Graph

183 Commits

Author SHA1 Message Date
frostming 92f3789abb Mention scripts section in doc 2018-04-12 10:51:28 +08: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
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
Jeff Tratner 5cf7a7d552 Add doc note about environment variables 2018-03-23 00:17:28 -07:00
kennethreitz e8e38d7929 Merge pull request #1769 from dvf/dvf/parse-environment-variables
Allow values in Pipfile to consume Environment Variables
2018-03-20 08:16:31 -04:00
Kalle Jepsen 72bbd6206a Remove recommendation to add passenv=HOME to tox.ini
I believe `passenv=HOME` is no (or no longer?) necessary, as pipenv will
use the virtualenv it is running in. In addition this adds a
recommendation to add `--ignore-pipfile` to `pipenv install`, to protect
the locked dependency set from accidental changes.
2018-03-17 20:35:14 +01:00
Daniel van Flymen f87e434cb2 Add explanation to Docs 2018-03-16 18:34:26 -04:00
Nick Coghlan 993525b539 Update pipenv check docs for Safety-DB removal
We removed the embedded copy of Safety-DB, so there's
no longer any copyright concern about the CC-BY-NC-SA
license, but it does mean `pipenv check` may end up throttled
eventually as all requests to the backend API use a common
key.
2018-03-15 21:20:51 +10:00
kennethreitz 7353803b89 --sequential flag
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 12:06:37 -04:00
kennethreitz ed1d34a373 lock
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 08:32:55 -04:00
kennethreitz 7a44a5ae76 more patterns
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 08:32:14 -04:00
kennethreitz ee864f813e commas
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 08:31:53 -04:00
kennethreitz 30a94b79a7 caps
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 08:31:35 -04:00
kennethreitz 4a112ff859 Merge pull request #1733 from ksonj/master
Add section on distinction between setup.py and Pipfile
2018-03-14 08:26:10 -04:00
Kalle Jepsen 05a82a2b2d Add section on distinction between setup.py and Pipfile 2018-03-14 13:16:59 +01:00
Nick Coghlan c1947126dc Revise pipenv check caveat for pyup.io feedback
Jannis Gebauer of pyup.io let us know that he's definitely fine
with commercial *use* of the `pipenv check` feature, so it's
only commercial redistributors of `pipenv` that may need to
take a closer look at the licensing situation, and perhaps
talk to `pyup.io` directly.

Follow-up to #1651
2018-03-14 21:06:13 +10:00
kennethreitz 043166d867 document caveats
#1683
2018-03-13 12:31:05 -04:00
Nick Coghlan 6c4ab02f63 Add a legal caveat on pipenv check
Closes #1651
2018-03-10 14:53:03 +10:00
kennethreitz 550d2d6630 Update advanced.rst 2018-03-09 15:15:39 -05:00
Jeff Tratner 2ca6255734 Site packages with conda 2018-03-09 11:59:00 -08:00
Brett Cannon 01c34e3b72 Use VS Code as the example editor for EDITOR usage
Now that VS Code has pipenv support out of the box, might at well use an example that doesn't require any extra setup 😉
2018-03-08 15:23:14 -08:00
Brett Cannon c16bda61f0 Bump VS Code suport to no longer in progress 2018-03-08 12:06:26 -08:00
kennethreitz ee0641132b advanced
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 13:16:37 -05:00
kennethreitz 7b6bcbfd21 cloud hosting
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 13:12:47 -05:00
kennethreitz 45cdcd692f more
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 13:07:30 -05:00
kennethreitz c43777ac92 platform.sh
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 13:06:46 -05:00
kennethreitz 32d0f5bfce add pycharm to works in progress
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 13:05:58 -05:00
kennethreitz 0148deba8a up-to-date locking
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 13:01:29 -05:00
kennethreitz 882367a9cb mention google offering
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 13:00:00 -05:00
kennethreitz 685017e216 community integrations
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 12:59:40 -05:00
kennethreitz 6c82661d50 win32
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 07:52:46 -05:00
kennethreitz dc842b36dc nt
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 07:51:44 -05:00
Mirosław Zalewski 0330f13c70 Add instruction how to enable bash/zsh completion to website
bash and zsh require different syntax for enabling shell completion than
fish. That difference was accounted for in README, but not in docs (and,
consequently, on website).
2018-03-06 11:53:34 +01:00
Brad Brown 6e158b1cef Fix: "Pyhon" --> "Python" 2018-02-23 14:52:55 -06:00
kennethreitz af3c13504c remove code style checking
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-20 10:12:19 -05:00
kennethreitz f7fa079574 path to conda
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-20 10:11:33 -05:00
kennethreitz 30268d1425 updated advanced docs
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-20 09:59:18 -05:00
kennethreitz 02b82484b1 update anaconda docs
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-20 09:12:43 -05:00
kennethreitz cdaf68c352 Merge pull request #1442 from jtratner/add-instructions-for-conda
Add instructions for conda plus pipenv
2018-02-18 06:56:01 -06:00
Josef Assad 0de1dabdd4 mention PIPENV_PIPFILE in advanced docs
Ref: pypa/pipenv#1369
2018-02-18 12:00:37 +01:00
Jeff Tratner f061f9520b Add instructions for pipenv with conda 2018-02-17 17:17:03 -08:00
David Poggi 52a712fb70 fix .travis.yml example in docs 2018-02-12 16:56:54 -05:00
Anthony Shaw c96de3ccee add reference to plugin 2018-01-27 15:44:42 -05:00
Delirious Lettuce 6cbd38f46d Fix typos:
`resursively` | `recursively`
  `additonal` | `additional`
  `occured` | `occurred`
  `vulnerabilties` | `vulnerabilities`
  `gven` | `given`
  `pipenev` | `pipenv`
  `requirments` | `requirements`
  `virtualenvrionment` | `virtualenvironment`
  `envrionment` | `environment`
  `dependecies` | `dependencies`
  `requiments` | `requirements`
  `Seperated` | `Separated`
  `bugifx` | `bugfix`
  `supression` | `suppression`
  `intall` | `install`
  `Suport` | `Support`
  `autocurrections` | `autocorrections`
  `coccurency` | `concurrency`
  `consistient` | `consistent`
  `saftey` | `safety`
  `afer` | `after`
  `configuraable` | `configurable`
  `remporary` | `temporary`
  `depdendencies` | `dependencies`
  `pactched` | `patched`
2017-11-26 23:26:24 -07:00
kennethreitz e365c6804f Update advanced.rst 2017-11-08 11:49:57 -05:00
Rod Xavier Bondoc 72bed8d32f Add PIPENV_DONT_LOAD_ENV in advanced docs 2017-11-02 12:23:17 +11:00
Erin O'Connell 5e93209372 added documentation for lock -r -d 2017-10-25 01:56:09 -06:00