comparison README.md @ 42:778218c42d18

Make step-by-step installation less error prone The pip install is now made before we clone (so we always install from PyPi) and the Git clone is made via HTTPS not SSH in case you do not have your SSH key on your GH account
author Brendan Rius <brendan.rius@gmail.com>
date Wed, 08 Jun 2016 10:34:02 +0100
parents bc0fec23eedb
children 59cf2351e933
comparison
equal deleted inserted replaced
41:bc0fec23eedb 42:778218c42d18
13 * jupyter 13 * jupyter
14 * python 3 14 * python 3
15 * pip 15 * pip
16 16
17 ### Step-by-step: 17 ### Step-by-step:
18 * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git`
19 * `pip install jupyter-c-kernel` 18 * `pip install jupyter-c-kernel`
19 * `git clone https://github.com/brendan-rius/jupyter-c-kernel.git`
20 * `cd jupyter-c-kernel` 20 * `cd jupyter-c-kernel`
21 * `jupyter-kernelspec install c_spec/` 21 * `jupyter-kernelspec install c_spec/`
22 * `jupyter-notebook`. Enjoy! 22 * `jupyter-notebook`. Enjoy!
23 23
24 ### Easy installation for Unix user: 24 ### Easy installation for Unix user: