Skip to content

Commit

Permalink
who wrote this shit
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Nov 8, 2017
1 parent e365c68 commit 40a2ac6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,19 @@ Example Pipfile.lock
☤ Example Pipenv workflow
-------------------------

Install from Pipfile:
Install from Pipfile::

$ pipenv install

Add a module:
Add a module::

$ pipenv install <module>

Create a Pipfile.lock from the installed versions:
Create a Pipfile.lock from the installed versions::

$ pipenv lock

Install from that Pipfile.lock:
Install from that Pipfile.lock::

$ pipenv install --ignore-pipfile

Expand Down

0 comments on commit 40a2ac6

Please sign in to comment.