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
Nick Coghlan
ed620ecc17
Link to OWASP Top 10 from docs ( #1269 )
...
* Link to OWASP Top 10 from docs
2018-01-27 15:44:42 -05:00
dragon788
4c78c1908d
Fixed broken links to fancy install methods ( #1258 )
...
* Fixed broken links to fancy install methods
Outside of the TOC blocks it was referring to install.html instead of /install/ and resulted in broken links.
2018-01-26 02:48:07 -08:00
kennethreitz
f3b11b10e7
Update install.rst
2018-01-26 02:47:31 -08:00
kennethreitz
8b378a70e7
note about python 3
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-12-07 08:55:06 -05:00
Mat Moore
7d6b5a5f18
Correct broken link to official python documentation
...
Fixes https://github.com/kennethreitz/pipenv/issues/1140
2017-12-02 13:58:45 +00:00
Josh Holland
6f52e03cdc
Fix active mixed content warning in docs
2017-11-27 18:08:55 +00: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
Erin O'Connell
c3b08ed55f
hide the element using jquery
2017-11-20 20:02:05 -07:00
Erin O'Connell
007f24cfa9
Update hacks.html
2017-11-20 19:40:50 -07:00
Erin O'Connell
11e878d819
hid the search bar while links are broken
2017-11-20 19:30:58 -07:00
kennethreitz
40a2ac6244
who wrote this shit
2017-11-08 11:51:41 -05:00
kennethreitz
e365c6804f
Update advanced.rst
2017-11-08 11:49:57 -05:00
Richard Cooper
4b9b70ed9a
Add homebrew to the install instructions
2017-11-02 20:16:58 +00:00
Rod Xavier Bondoc
72bed8d32f
Add PIPENV_DONT_LOAD_ENV in advanced docs
2017-11-02 12:23:17 +11:00
Erin O'Connell
f5eca4d29c
updated docs with new uninstall option
2017-10-29 13:57:53 -06:00