mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
make note of the fact that you need ipython 1.0 or higher
This commit is contained in:
parent
75b17b55c0
commit
0b63c0ce0b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user