Commit Graph

303 Commits

Author SHA1 Message Date
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
kennethreitz e7cbc01ced reorder
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-08 17:14:55 -05:00
kennethreitz 6ec9438d96 cleanup
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-08 17:13:50 -05:00
kennethreitz 80b117efdc Merge branch 'master' of github.com:pypa/pipenv 2018-03-08 17:13:10 -05:00
kennethreitz 612d991613 new testimonial
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-08 17:13:02 -05: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
Paul Walsh 6b16531934 Add editor integrations. 2018-03-07 19:13:19 +02:00
kennethreitz 967fabd4e8 more packages
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 08:47:40 -05:00
kennethreitz fa89b80585 pypa ppa
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 07:57:51 -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
kennethreitz da03cd4827 sidebar updates
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 07:30:40 -05:00
kennethreitz 45eaabebbd better ppa install instructions
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 07:15:22 -05:00
kennethreitz afad993080 howtopython.org
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 05:55:35 -05:00
kennethreitz 69600bd7fe links to PPA
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 05:52:15 -05:00
kennethreitz f745a5cec9 Or, if you're using Ubuntu 17.10::
$ sudo apt install python-software-properties
    $ sudo add-apt-repository ppa:kennethreitz/pipenv
    $ sudo apt update
    $ sudo apt install python3-pipenv

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 05:28:30 -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
kennethreitz 2ef13775fd remove installation recommendation
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-02 18:54:19 -05:00
kennethreitz 9ea094105b basics
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-02 18:50:14 -05:00
kennethreitz 5a0cad819e basics
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-02 10:11:45 -05:00
kennethreitz 65a2106984 update install docs
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-02 10:08:55 -05:00
kennethreitz ab5da25170 Merge branch 'master' of github.com:kennethreitz/pipenv
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-02 10:07:20 -05:00
kennethreitz fa78a1d25b Merge branch 'master' of github.com:kennethreitz/pipenv 2018-03-02 10:05:46 -05:00
kennethreitz 4566e4d17c recommendations
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-02 10:05:19 -05:00
kennethreitz b3b049e679 Update index.rst 2018-03-02 09:49:21 -05:00
kennethreitz b0d33c5dfd try this
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-28 11:46:54 -05:00
kennethreitz bebac70707 basics
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-28 11:38:55 -05:00
kennethreitz 21eab5abbb upgrade workflow
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-28 11:33:07 -05:00
Coop 4577b89322 Updated docs - basic usage example pipenv workflow
I'm new to python so I didn't know 'exit' was the thing to type to deactivate the pipenv shell, so I thought I would add that to the basic usage doc.
2018-02-28 17:15:43 +11:00
Ansel Halliburton e8773ef947 Use hyphens, not en dashes
En dashes are great, but these should be hyphens. :)

References:
* http://www.chicagomanualofstyle.org/qanda/data/faq/topics/HyphensEnDashesEmDashes/faq0002.html
* https://typographyforlawyers.com/hyphens-and-dashes.html
2018-02-27 09:30:12 -08:00