From 2182fe587fc1e00487f9ec24ccc58ba95b00580b Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Mon, 18 May 2020 13:56:37 +0200 Subject: [PATCH] Remove pip install command from README This is not the right way to install Jupyter if the Python installation is managed externally (e. g. by Conda or a system package manager). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abdbf47..64923fa 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ See the [requirements](#requirements) and [installation instructions](#installat * Java 8 or newer * Tested up to Java 14. -* A Python 3 interpeter with Jupyter installed (`python3 -m pip install jupyter`) +* A Python 3 interpreter with Jupyter installed * Tested with CPython 3.8 and Jupyter core/Notebook 6.x. * Older Python and Jupyter versions should also work (see below), but if possible please use the current versions of Python and Jupyter. * This kernel requires version 5.0 of the kernel message protocol, which is supported by all versions of Jupyter (since the split from IPython, i. e. 4.x and later), as well as IPython Notebook 3.x. -- GitLab