Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem specific_install https://github.com/SciRuby/iruby

Install Jupyter with [Anaconda](https://www.anaconda.com/) (recommended).

#### 17.04 to 19.04
#### Ubuntu 17+

```shell
sudo apt install libtool libffi-dev ruby ruby-dev make
Expand All @@ -43,7 +43,7 @@ gem install iruby --pre
iruby register --force
```

#### 16.04
#### Ubuntu 16

CZTop requires CZMQ >= 4.0.0 and ZMQ >= 4.2.0. The official packages for Ubuntu 16.04 don't satisfy these version requrements, so you need to install from source.

Expand Down