Skip to content

Commit e210bee

Browse files
committed
Update README with snappy support instructions.
1 parent c9068fd commit e210bee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ A tool for exploratory data analysis.
88

99
### CLI
1010
* Install Haskell (ghc + cabal) via [ghcup](https://www.haskell.org/ghcup/install/) selecting all the default options.
11+
* Install snappy (needed for Parquet support) by running: `sudo apt install libsnappy-dev`.
1112
* To install dataframe run `cabal update && cabal install dataframe`
1213
* Open a Haskell repl with dataframe loaded by running `cabal repl --build-depends dataframe`.
1314
* Follow along any one of the tutorials below.

0 commit comments

Comments
 (0)