Skip to content

Commit

Permalink
simplicity
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
  • Loading branch information
kennethreitz committed May 19, 2018
1 parent fe78628 commit 47debed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.rst
Expand Up @@ -18,9 +18,7 @@ Pipenv: Python Development Workflow for Humans

---------------

**Pipenv** — the world's most opinionated Python application dependencies workflow tool™.

Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. *Windows is a first–class citizen, in our world.*
**Pipenv** is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. *Windows is a first–class citizen, in our world.*

It automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your ``Pipfile`` as you install/uninstall packages. It also generates the ever–important ``Pipfile.lock``, which is used to produce deterministic builds.

Expand Down
4 changes: 1 addition & 3 deletions docs/index.rst
Expand Up @@ -20,9 +20,7 @@ Pipenv: Python Dev Workflow for Humans

---------------

**Pipenv** — the world's most opinionated Python application dependencies workflow tool™.

Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. *Windows is a first-class citizen, in our world.*
**Pipenv** is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. *Windows is a first-class citizen, in our world.*

It automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your ``Pipfile`` as you install/uninstall packages. It also generates the ever-important ``Pipfile.lock``, which is used to produce deterministic builds.

Expand Down

1 comment on commit 47debed

@ljvmiranda921
Copy link

@ljvmiranda921 ljvmiranda921 commented on 47debed May 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey man (@kennethreitz ), hope you are ok. We don’t know each other but I’ve been a user of requests and am really gracious of the tools you’ve built 💯

Please take a break for a while, meet with the fam, go swimming with friends, take pictures outside, etc. You deserve a rest. Please take care of yourself (for the community too)

👍

Please sign in to comment.