We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce756ef commit 2fd3dc8Copy full SHA for 2fd3dc8
README.md
@@ -13,13 +13,13 @@ At first install Jupyter. I recommend an installation using [Anaconda](https://w
13
After that, install the Ruby gem.
14
15
```shell
16
-apt install libtool libffi-dev ruby ruby-dev make
+sudo apt install libtool libffi-dev ruby ruby-dev make
17
gem install cztop
18
19
-apt install git libzmq-dev autoconf pkg-config
+sudo apt install git libzmq-dev autoconf pkg-config
20
git clone https://github.com/zeromq/czmq
21
cd czmq
22
-./autogen.sh && ./configure && make && make install
+./autogen.sh && ./configure && sudo make && sudo make install
23
24
gem install iruby
25
iruby register --force
0 commit comments