From 5880d7c86047ade21852f82da54309567656b96e Mon Sep 17 00:00:00 2001 From: Nils Bruin Date: Sat, 5 May 2018 11:58:56 -0700 Subject: [PATCH] updated instructions --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 87409b1..ed2570a 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,11 @@ A simple Jupyter kernel for the Magma computer algebra system This requires IPython 3. -To install:: +At the moment the following download and installation procedure should +work as a normal user:: - pip install magma_kernel + git clone https://github.com/nbruin/magma_kernel.git + pip install . --user python -m magma_kernel.install To use it, run one of: