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 1de5881 commit 8aa737bCopy full SHA for 8aa737b
README.md
@@ -48,14 +48,11 @@ Now you can run iruby with:
48
49
#### Mac
50
I recommend an installation using [Anaconda](https://store.continuum.io/cshop/anaconda/).
51
-I have not checked the installation to MacOS X, but four lines below were necessary in v0.1.x.
52
53
- conda remove zeromq (If you installed anaconda)
54
- brew install zeromq
55
- gem install ffi-rzmq
56
- gem install iruby
+After that, run two commands shown below.
57
58
-Send us pull-request if you Mac users successed in installing IRuby in another way.
+ gem install rbczmq
+ gem install iruby
59
60
#### FreeBSD
61
0 commit comments