Skip to content

Commit

Permalink
Explain how to install a recent pipenv (#305)
Browse files Browse the repository at this point in the history
Fixes #301.
  • Loading branch information
nirs authored and rollandf committed Jul 15, 2018
1 parent e75114f commit c5e293f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,18 @@ See [examples/README.md](examples/README.md) for an explanation on how to write

## Requirements

To install the dependencies, run:
First we need to get pipenv installed. The best way is to install it for
your user:

pip install --user pipenv

Now we can use pipenv to install the rest of the dependencies, and
create a virtual environment:

pipenv install

You can also install packages from your distribution.
You can also install packages from your distribution, but they may be
too old.

## Running the server

Expand Down

0 comments on commit c5e293f

Please sign in to comment.