pip install -E doesn't work anymore

https://github.com/veekun/pokedex/issues/202
This commit is contained in:
prescod 2016-12-23 07:40:57 -08:00 committed by GitHub
parent 3a7599239c
commit 9a716ca72c
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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_).