From 5e5b72aae268d934a3d97b2b5085b7ac15c5a983 Mon Sep 17 00:00:00 2001 From: Justin Bois Date: Fri, 24 Aug 2018 14:21:59 -0700 Subject: [PATCH] Updated README. --- README.md | 4 ++-- notebooks/readme_notebook.ipynb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f21316..d0d9993 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/notebooks/readme_notebook.ipynb b/notebooks/readme_notebook.ipynb index ec9bf66..249f9bb 100644 --- a/notebooks/readme_notebook.ipynb +++ b/notebooks/readme_notebook.ipynb @@ -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" ] }, {