Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz authored Nov 21, 2016
1 parent 5df7057 commit fb1fc3b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Note—this is an evolving work in progress::
package('requests')
package('Django', '==1.6')
package('pinax', git='git://github.com/pinax/pinax.git', ref='1.4', editable=True)
dev-package('nose')
dev_package('nose')

Example Pipfile.lock
++++++++++++++++++++
Expand Down Expand Up @@ -59,20 +59,16 @@ Example Pip Integration (Eventually)
++++++++++++++++++++++++++++++++++++

Install packages from ``Pipfile``::

# -p defaults to 'Pipfile', can be otherwise specified.
$ pip install -p
! Warning: Pipfile.lock is out of date.
! Warning: Pipfile.lock (48d35f) is out of date. Updating to (73d81f).
Installing packages from Pipfile.lock...
Notes::

# -p defaults to 'Pipfile', can be otherwise specified.
# Pipfile.lock will be written automatically if it does not exist.
$ pip lock
Collecting packages...
Pipfile.lock (73d81f) writen to disk.

Useful Links
------------
Expand Down

0 comments on commit fb1fc3b

Please sign in to comment.