From 9fa45b44f0088aa4ec8fd649005ae4b4667dd5c4 Mon Sep 17 00:00:00 2001 From: akosel Date: Mon, 11 Jul 2016 12:05:32 -0500 Subject: [PATCH] List ZeroMQ as dependency. Add make to install. Addresses issues listed here: https://github.com/notablemind/jupyter-nodejs/issues/14 --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 2e9e302..b5f607e 100644 --- a/Readme.md +++ b/Readme.md @@ -6,14 +6,14 @@ Get it while it's hot! or view the [example notebook](http://nbviewer.ipython.or ## Prereqs - IPython 3.x - node +- ZeroMQ ## Installation -Grab the [release package](https://github.com/notablemind/jupyter-nodejs/releases/download/v1.1.0/jupyter-nodejs-1.1.0.tgz) ```bash -tar xf jupyter-nodejs-1.1.0.tgz -cd package +git clone git@github.com:notablemind/jupyter-nodejs.git mkdir -p ~/.ipython/kernels/nodejs/ npm install && node install.js +make ipython console --kernel nodejs ```