Skip to content

Commit 9b404d3

Browse files
committed
Merge pull request #39 from ipython/Carreau-patch-1
remove --pre
2 parents c350fd9 + 041f5c0 commit 9b404d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ This package provides the IPython kernel for Jupyter.
66

77
1. `git clone`
88
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 .`
1310

1411
After that, all normal `ipython` commands will use this newly-installed version of the kernel.

0 commit comments

Comments
 (0)