Skip to content

Commit

Permalink
Add dependency for Altair charts, #50
Browse files Browse the repository at this point in the history
  • Loading branch information
moniquewong authored Mar 26, 2020
1 parent bb75fee commit 823aaa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ This project is under development! Upon it's first release, it can be installed
pip install pydatapeek --extra-index-url=https://test.pypi.org/simple/
```

### Dependencies:
Note that `selenium` and `chromedriver` are needed to save Altair charts. More information on installation can be found [here](https://altair-viz.github.io/user_guide/saving_charts.html).

### Usage:
We detail an example usage of our function below. The sample data file that we have used below can be found [here](https://github.com/UBC-MDS/PyDataPeek/blob/master/usage/example.csv). The following example assumes that the file has been downloaded as `example.csv`.

Expand Down

0 comments on commit 823aaa9

Please sign in to comment.