Skip to content

Commit 9fa45b4

Browse files
author
akosel
authored
List ZeroMQ as dependency. Add make to install.
Addresses issues listed here: notablemind#14
1 parent ca0abde commit 9fa45b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Get it while it's hot! or view the [example notebook](http://nbviewer.ipython.or
66
## Prereqs
77
- IPython 3.x
88
- node
9+
- ZeroMQ
910

1011
## Installation
11-
Grab the [release package](https://github.com/notablemind/jupyter-nodejs/releases/download/v1.1.0/jupyter-nodejs-1.1.0.tgz)
1212
```bash
13-
tar xf jupyter-nodejs-1.1.0.tgz
14-
cd package
13+
git clone [email protected]:notablemind/jupyter-nodejs.git
1514
mkdir -p ~/.ipython/kernels/nodejs/
1615
npm install && node install.js
16+
make
1717
ipython console --kernel nodejs
1818
```
1919

0 commit comments

Comments
 (0)