How to pip install -e with extras and version specifier?

Viewed 1297

when using:

pip install -e pip-package

how does one do the equivalent of:

pip install pip-package[all]==1.10.0

'[all]' being the extra feature I am trying to leverage.

1 Answers
Related