Commit Graph

285 Commits

Author SHA1 Message Date
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
Richard Cooper 03cd8570ad Reinstate docs for Homebrew installation method 2018-02-25 10:20:16 +00:00
kennethreitz d0ee9b07a7 better docs
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-24 08:46:40 -05:00
kennethreitz 4d7b41df9d pip freeze
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-24 08:45:58 -05:00
Brad Brown 6e158b1cef Fix: "Pyhon" --> "Python" 2018-02-23 14:52:55 -06:00
Daniel Radetsky f5ed109802 document pip commands from pipenv 2018-02-21 22:17:02 -08: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 f119d89ea7 better sidebar
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-20 10:08:27 -05:00
kennethreitz 952133dfc3 fix sidebars
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-20 10:07:40 -05:00
kennethreitz 6415f980af fix sidebar for github links
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-20 10:05:27 -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
Charles-Axel Dein e8a7be3b03 Add link to Pipfile specification
This is useful for people using Pipenv and looking for more information related to specifying VCS dependencies.
2018-02-01 12:19:40 +01:00
Anthony Shaw c96de3ccee add reference to plugin 2018-01-27 15:44:42 -05:00