##// END OF EJS Templates
disable install from master...
disable install from master while it's broken by The Big Split with informative note about `pip install -e`

File last commit:

r20860:c3b763db
r21036:5b38bd7e
Show More
__main__.py
6 lines | 142 B | text/x-python | PythonLexer
Min RK
use `-c` to launch ipengine/ipcontroller on Windows Python 2...
r19521 def main():
Min RK
s/IPython.parallel/ipython_parallel/
r20860 from ipython_parallel.apps import ipengineapp as app
MinRK
add `python -m` entry points for everything
r14009 app.launch_new_instance()
Min RK
use `-c` to launch ipengine/ipcontroller on Windows Python 2...
r19521
if __name__ == '__main__':
main()