Let's say I am working on a python package. How can I revert a pip install -e .[dev]
?
That is, something along the lines of python setup.py develop --uninstall
but with pip.
Thanks in advance.
Edit
This question has been identified as similar to this one, but it's not. My question is a bit more fundamental.