Commit eff713ad authored by Andrew Gibiansky's avatar Andrew Gibiansky

add note about python-dev being necessary on Linux

parent 957de8ff
......@@ -99,6 +99,8 @@ cabal update # Please do this! IHaskell updates *very* frequently.
cabal install ihaskell
```
If you are on Linux, make sure you also have `python-dev` (or equivalent) installed, as `pyzmq` (which IHaskell will install itself) may need it.
Running 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