Commit Graph

160 Commits

Author SHA1 Message Date
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
Luit van Drongelen 04be7b6160 fix typo Pipenv.lock -> Pipfile.lock 2017-10-14 18:56:48 +02:00
Robert Gieseke 6eda986d1f Fix typo 2017-09-30 08:47:47 +02:00
kennethreitz 16c2532345 fix capitalization
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-28 09:48:09 -04:00
Nate Prewitt 62bfa18405 minor doc fix 2017-09-28 03:52:45 -07:00
Nick Coghlan 5c8d061c29 Issue #748: cover the --site-packages option
Also mentions using `PIP_IGNORE_INSTALLED` to still
install everything that's pip-installable into the virtual environment,
even if a suitable version is already installed globally.
2017-09-28 18:35:43 +10:00
kennethreitz 2dce7fe91c standard
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 14:28:04 -04:00
kennethreitz 6ba90f64f8 Merge branch 'master' of github.com:kennethreitz/pipenv 2017-09-27 12:29:19 -04:00
kennethreitz 4115c1e749 for example
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 12:29:08 -04:00
cocoatomo 401b445de5 Fix reST syntax errors 2017-09-28 00:37:21 +09:00
Ravi Kotecha 4b6541a39d Update advanced.rst
fix typo
2017-09-27 15:27:28 +01:00
kennethreitz fb0f4ae5b6 code example
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 10:03:59 -04:00
kennethreitz 01a9f2249f once
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 10:03:40 -04:00
kennethreitz 04a798f3e5 note
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 10:03:23 -04:00
kennethreitz 4aec056111 open a module in your editor
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 10:02:32 -04:00
kennethreitz 0004cc8c51 code style checking
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 09:59:31 -04:00
kennethreitz 88320187bc docs refactor
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 09:53:22 -04:00
kennethreitz d8060e2c49 wrong its
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 09:45:01 -04:00
kennethreitz cbe1cf7d28 pipfile.lock
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 09:44:41 -04:00
kennethreitz 39eee804c7 code example
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 09:44:19 -04:00
kennethreitz 3f3bf55dff consistiency
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 09:44:04 -04:00
kennethreitz 20fa3323ad more docs
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-27 09:43:04 -04:00
kennethreitz 2d9b4c4a50 Update advanced.rst 2017-09-26 18:05:15 -04:00
Devin Fee 73ae8decde added note concerning pipenv shell starting in interactive mode 2017-09-26 15:03:27 -07:00