comparison README.md @ 10:eee0f8bf43f5

Update README to add pip
author Brendan Rius <brendan@omixy.com>
date Sat, 26 Mar 2016 14:56:17 +0000
parents 6455ec6914b3
children ed81f9f93bde
comparison
equal deleted inserted replaced
9:101e99452042 10:eee0f8bf43f5
2 2
3 ## Requirements 3 ## Requirements
4 4
5 * gcc 5 * gcc
6 * jupyter 6 * jupyter
7 * python
8 * pip
7 9
8 ## Installation 10 ## Installation
9 11
10 * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git` 12 * `git clone git@github.com:brendan-rius/jupyter-c-kernel.git`
13 * `pip install jupyter-c-kernel`
11 * `cd jupyter-c-kernel` 14 * `cd jupyter-c-kernel`
12 * `jupyter-kernelspec install c_kernel` 15 * `jupyter-kernelspec install c_kernel`
13 16
14 ## Usage 17 ## Usage
15 18