You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,6 @@ This package provides the IPython kernel for Jupyter.
6
6
7
7
1.`git clone`
8
8
2.`cd ipykernel`
9
-
3.`pip install --pre -e .`
10
-
11
-
12
-
The `--pre` will only be needed while we haven't released IPython 4. Once that's done, it will never be needed again. `--pre` isn't needed if you already have IPython from master.
9
+
3.`pip install -e .`
13
10
14
11
After that, all normal `ipython` commands will use this newly-installed version of the kernel.
0 commit comments