Skip to content

Commit 76c84d6

Browse files
authored
Update README.md
Added explanation for specific_install * Inspired by @rubyFeedback. Thanks! (#277)
1 parent b12585f commit 76c84d6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@ IRuby is a Ruby kernel for [Jupyter project](http://try.jupyter.org/).
1515
* [CZTop](https://gitlab.com/paddor/cztop) and [CZMQ](https://github.com/zeromq/czmq)
1616

1717
If both ffi-rzmq and cztop are installed, ffi-rzmq is used. If you prefer cztop, set the following environment variable.
18+
1819
```sh
1920
export IRUBY_SESSION_ADAPTER="cztop"
2021
```
2122

22-
We recommend the [Pry](https://github.com/pry/pry) backend for full functionality.
23+
* We recommend the [Pry](https://github.com/pry/pry) backend for full functionality.
24+
* If you want to install the latest version of IRuby from the source code, try [specific_install](https://github.com/rdp/specific_install).
25+
26+
```
27+
gem specific_install https://github.com/SciRuby/iruby
28+
```
2329

2430
### Ubuntu
2531
Install Jupyter with [Anaconda](https://www.anaconda.com/) (recommended).
@@ -136,4 +142,4 @@ We welcome contributions from everyone.
136142
## License
137143
Copyright (c) IRuby contributors and the Ruby Science Foundation.
138144

139-
Licensed under the [MIT](LICENSE) license.
145+
Licensed under the [MIT](LICENSE) license.

0 commit comments

Comments
 (0)