From 8a0010c5a6bac967ecedda39dfbc2c0c1e389b5f Mon Sep 17 00:00:00 2001 From: Vsevolod Dyomkin Date: Wed, 6 Jul 2016 15:27:18 +0300 Subject: [PATCH] Add mention of dependency on zeromq 4 --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 76c83f3..6dc6c83 100644 --- a/Readme.md +++ b/Readme.md @@ -46,6 +46,8 @@ To try cl-jupyter you need : - Python 3.x (cf. http://www.python.org) - Jupyter (a.k.a. IPython 4.x) or IPython 3.x (cf. http://www.jupyter.org) + + - zeromq 4 (here is how to install it: https://gist.github.com/cdjhlee/b8e3c927a01b0948b42d) ## Quick install ##