Skip to content

Commit

Permalink
doc: Recommend libzmq3-dev
Browse files Browse the repository at this point in the history
* Some users reported libzmq3-dev fixed issues in Hydrogen. See
  nteract/hydrogen#73 and
  nteract/hydrogen#88 for details.
  • Loading branch information
n-riesco committed Oct 28, 2015
1 parent 13c66e2 commit baef002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Ubuntu 14.04, IJavascript and its prerequisites can be installed simply by
running:

```sh
sudo apt-get install nodejs-legacy npm ipython ipython-notebook libzmq-dev
sudo apt-get install nodejs-legacy npm ipython ipython-notebook libzmq3-dev
sudo npm install -g ijavascript
```

Expand Down
2 changes: 1 addition & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies are available from their repositories and can be installed by a
user with administrator rights:

```sh
sudo apt-get install nodejs-legacy npm ipython ipython-notebook libzmq-dev
sudo apt-get install nodejs-legacy npm ipython ipython-notebook libzmq3-dev
```

Note, however, that the versions available in the repositories are fairly old.
Expand Down

0 comments on commit baef002

Please sign in to comment.