Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbois committed Aug 24, 2018
1 parent 0b25757 commit 5e5b72a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ The box plots and jitter plots I have in mind apply to the case where one axis i

## Installation

You can install altair-catplot using pip.
You can install altair-catplot using pip. You will need to have a recent version of Altair and all of its dependencies installed.

pip install altair-catplot
pip install altair_catplot

## Usage

Expand Down
4 changes: 2 additions & 2 deletions notebooks/readme_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"source": [
"## Installation\n",
"\n",
"You can install altair-catplot using pip.\n",
"You can install altair-catplot using pip. You will need to have a recent version of Altair and all of its dependencies installed.\n",
"\n",
" pip install altair-catplot"
" pip install altair_catplot"
]
},
{
Expand Down

0 comments on commit 5e5b72a

Please sign in to comment.