Update instructions, now that the cling kernel is installed.

This commit is contained in:
Axel Naumann 2016-07-26 23:59:00 +02:00 committed by sftnight
parent 8593c11a98
commit 112370dc17

View File

@ -8,8 +8,8 @@ Requires ipykernel ≥ 4.0
To install the kernel with sources in src/tools/cling:
export PATH=/path/to/cling/bin:$PATH
cd src/tools/cling/tools/Jupyter/kernel/
export PATH=/cling-install-prefix/bin:$PATH
cd /cling-install-prefix/share/cling/Jupyter/kernel
pip install -e .
# or: pip3 install -e .