##// 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
def main():
from ipython_parallel.apps import ipengineapp as app
app.launch_new_instance()
if __name__ == '__main__':
main()