Commit 0b63c0ce authored by Andrew Gibiansky's avatar Andrew Gibiansky

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

parent 75b17b55
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment