You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,33 @@ This is a Ruby kernel for Jupyter and is part of [SciRuby](http://sciruby.com/).
7
7
## Quick start
8
8
The installation instructions are divided according to environments mainly because of ZeroMQ.
9
9
10
-
### Ubuntu 16.04
10
+
### Ubuntu
11
11
At first install Jupyter. I recommend an installation using [Anaconda](https://www.continuum.io/downloads) Python 3.6 version.
12
12
13
-
After that, install the Ruby gem.
13
+
#### Preparing dependencies on 16.04
14
+
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.
14
15
15
16
```shell
16
17
sudo apt install libtool libffi-dev ruby ruby-dev make
0 commit comments