veekun / pokedex

more than you ever wanted to know about Pokémon
MIT License
1.44k stars 637 forks source link

pip install -E <some_env> <package_name> doesn't work anymore #202

Closed prescod closed 7 years ago

prescod commented 7 years ago

https://github.com/pypa/pip/issues/658

"pip install -E doesn't work anymore

I understand this is because the -E options has been deprecated, you dont need to add it anymore as the default behaviour is to install into the environment that is currently active."

But this project's documentation still refers to it.

magical commented 7 years ago

Fixed by #203