##// END OF EJS Templates
Merge pull request #3284 from minrk/remove-ipython.py...
Brian E. Granger -
r10603:21ad63c0 merge
parent child Browse files
Show More
@@ -1,6 +1,5
1 include README.rst
1 include README.rst
2 include COPYING.txt
2 include COPYING.txt
3 include ipython.py
4 include setupbase.py
3 include setupbase.py
5 include setupegg.py
4 include setupegg.py
6
5
@@ -28,7 +28,7 Instant running
28 You can run IPython from this directory without even installing it system-wide
28 You can run IPython from this directory without even installing it system-wide
29 by typing at the terminal::
29 by typing at the terminal::
30
30
31 $ python ipython.py
31 $ python -m IPython
32
32
33
33
34 Development installation
34 Development installation
@@ -3,4 +3,4
3 [HKEY_CLASSES_ROOT\Directory\shell\IPython here]
3 [HKEY_CLASSES_ROOT\Directory\shell\IPython here]
4
4
5 [HKEY_CLASSES_ROOT\Directory\shell\IPython here\Command]
5 [HKEY_CLASSES_ROOT\Directory\shell\IPython here\Command]
6 @="cmd.exe /C ipython.py -p sh -i -c \"%cd %1\"" No newline at end of file
6 @="cmd.exe /C python -m IPython -i -c \"%cd %1\"" No newline at end of file
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now