comparison README.md @ 58:8a8a9952c887

Change install procedure
author Brendan Rius <brendan.rius@gmail.com>
date Thu, 10 Aug 2017 17:00:32 +0200
parents 69fc0b9c02b8
children ff9eb1c21ea8
comparison
equal deleted inserted replaced
57:308a0eaa4e49 58:8a8a9952c887
14 * python 3 14 * python 3
15 * pip 15 * pip
16 16
17 ### Step-by-step: 17 ### Step-by-step:
18 * `pip install jupyter-c-kernel` 18 * `pip install jupyter-c-kernel`
19 * `git clone https://github.com/brendan-rius/jupyter-c-kernel.git` 19 * `install_c_kernel`
20 * `cd jupyter-c-kernel`
21 * `jupyter-kernelspec install c_spec/`
22 * `jupyter-notebook`. Enjoy! 20 * `jupyter-notebook`. Enjoy!
23 21
24 ### Easy installation for Unix user: 22 ### Easy installation for Unix user:
25 23
26 * `wget -O - https://raw.githubusercontent.com/brendan-rius/jupyter-c-kernel/master/install.sh | sh` 24 * `wget -O - https://raw.githubusercontent.com/brendan-rius/jupyter-c-kernel/master/install.sh | sh`