On Mon, Oct 26, 2015 at 11:53 PM, Juan Nunez-Iglesias
<jni.s...@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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to