From 1ff0fa7629042fe5a2df1937fe8b3196e54d22b6 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Tue, 2 Mar 2021 16:21:04 +0900 Subject: [PATCH] Update README.md * Remove Anaconda recommendation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9bf755..5d1dbc3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ gem specific_install https://github.com/SciRuby/iruby ### Ubuntu -Install Jupyter with [Anaconda](https://www.anaconda.com/) (recommended). +Install Jupyter. #### Ubuntu 17+ @@ -61,7 +61,7 @@ iruby register --force ### Windows -Install git and Jupyter with [Anaconda](https://www.anaconda.com/) (recommended). +Install git and Jupyter. [DevKit](https://rubyinstaller.org/add-ons/devkit.html) is necessary for building RubyGems with native C-based extensions. Install ZeroMQ. @@ -78,7 +78,7 @@ iruby register --force ### macOS Install ruby with rbenv or rvm. -Install Jupyter with [Anaconda](https://www.anaconda.com/) (recommended). +Install Jupyter. #### Homebrew