make note of the fact that you need ipython 1.0 or higher

This commit is contained in:
Andrew Gibiansky 2013-10-27 19:11:01 -07:00
parent 75b17b55c0
commit 0b63c0ce0b

View File

@ -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