Skip to content

Commit

Permalink
Merge pull request #203 from prescod/patch-1
Browse files Browse the repository at this point in the history
pip install -E doesn't work anymore
  • Loading branch information
magical committed Dec 23, 2016
2 parents 3a75992 + 9a716ca commit cacafd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/installing.rst
Expand Up @@ -8,7 +8,7 @@ Run the following from an empty directory::

$ sudo apt-get install git python python-pip python-sqlalchemy
$ git clone git://github.com/veekun/pokedex.git
$ pip install -E env -e pokedex
$ pip install -e pokedex
$ source env/bin/activate
(env)$ pokedex setup -v
(env)$ pokedex lookup eevee
Expand Down Expand Up @@ -66,7 +66,7 @@ Getting and installing pokedex
Run the following from an empty directory::

$ git clone git://github.com/veekun/pokedex.git
$ pip install -E env -e pokedex
$ pip install -e pokedex

This will give you two directories: pokedex (containing the source code and
data), and env (a virtualenv_).
Expand Down

0 comments on commit cacafd0

Please sign in to comment.