27 Oct
2015
27 Oct
'15
3:31 a.m.
On Mon, Oct 26, 2015 at 11:53 PM, Juan Nunez-Iglesias <jni.soma@gmail.com> wrote:
Is there a pip equivalent of "python setup.py develop"?
Kinda answered this already when replying to Chuck, but: yes, it's `pip install -e <path or URL or package name>` (the -e is short for --editable), not that you would need it necessarily because `setup.py develop` would still be legal. -n -- Nathaniel J. Smith -- http://vorpus.org