From 3320266b7f850822949c111c03ebc74184059ba8 Mon Sep 17 00:00:00 2001 From: Killian Sheriff Date: Mon, 25 Jul 2022 07:55:29 -0700 Subject: [PATCH] update --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 4828e9e..1673aac 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,11 @@ LovelyPlots is a repository containing ``matplotlib`` style sheets to nicely for # Installation ```bash +# to install latest PyPI release pip install LovelyPlots + +# to install latest GitHub commit +pip install git+https://github.com/killiansheriff/LovelyPlots ``` The pip installation will move all of the ``matplotlib`` style files ``*.mplstyle`` into the appropriate ``matplotlib`` directory.