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
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ You can use one of the following libraries.
13
13
](https://github.com/zeromq/libzmq) >= 3.2
14
14
15
15
### Ubuntu
16
-
Install Jupyter with [Anaconda](https://www.anaconda.com/)(recommended).
16
+
Install Jupyter with [Anaconda](https://www.anaconda.com/)(recommended).
17
17
18
18
#### Setup ZeroMQ on Ubuntu 16.04
19
19
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.
@@ -42,17 +42,17 @@ iruby register --force
42
42
```
43
43
44
44
### Windows
45
-
Install git and Jupyter with [Anaconda](https://www.anaconda.com/)(recommended).
45
+
Install git and Jupyter with [Anaconda](https://www.anaconda.com/)(recommended).
46
46
47
47
```shell
48
48
gem install cztop
49
49
gem install iruby --pre
50
50
iruby register --force
51
51
```
52
52
53
-
### Mac
53
+
### macOS
54
54
Install ruby with rbenv or rvm.
55
-
Install Jupyter with [Anaconda](https://www.anaconda.com/)(recommended).
55
+
Install Jupyter with [Anaconda](https://www.anaconda.com/)(recommended).
56
56
57
57
#### Homebrew
58
58
```shell
@@ -109,7 +109,7 @@ sudo make install
109
109
cd /usr/ports/devel/ipython
110
110
sudo make install
111
111
```
112
-
Then, install iruby and related ports and gems.
112
+
Then, install IRuby and related ports and gems.
113
113
```shell
114
114
sudo pkg install rubygem-mimemagic
115
115
sudo gem install ffi-rzmq # install ffi, ffi-rzmq-core and ffi-rzmq
0 commit comments