We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9068fd commit e210beeCopy full SHA for e210bee
1 file changed
README.md
@@ -8,6 +8,7 @@ A tool for exploratory data analysis.
8
9
### CLI
10
* 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`.
12
* To install dataframe run `cabal update && cabal install dataframe`
13
* Open a Haskell repl with dataframe loaded by running `cabal repl --build-depends dataframe`.
14
* Follow along any one of the tutorials below.
0 commit comments