From 0b63c0ce0b5c6f3b63f63eb07be7f9ca09ce23c4 Mon Sep 17 00:00:00 2001 From: Andrew Gibiansky Date: Sun, 27 Oct 2013 19:11:01 -0700 Subject: [PATCH] make note of the fact that you need ipython 1.0 or higher --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 79602d34..92244090 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ As well as the IPython browser-based notebook interface: Installation === +Make sure you have IPython version 1.0 or higher. IHaskell will not work with older versions of IPython. +```bash +ipython --version # Should print 1.0.0 (or higher!) +``` + Download the package from the Github repository: ```bash git clone https://github.com/gibiansky/IHaskell