Document running with stack

This commit is contained in:
Pavel Kogan 2015-07-17 20:49:41 +01:00
parent 3fef1497a0
commit d5ecae8be8

View File

@ -144,6 +144,10 @@ If you've installed IHaskell in a sandbox, you will need to make sure that IPyth
```bash
cabal exec ipython -- notebook
```
Likewise, if you've installed IHaskell with `stack`:
```bash
stack exec ipython -- notebook
```
#### (Optional) Install Support Libraries