From a8837e12447c52dbe438b19c07777b9b4a22081c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 12 Jun 2020 07:57:40 -0700 Subject: [PATCH] remove --upgrade from pip install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 309019d0..e2394a10 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ There are several ways to get `jc`. You can install via `pip`; other OS package ### Pip (macOS, linux, unix, Windows) ``` -$ pip3 install --upgrade jc +$ pip3 install jc ``` ### OS Package Repositories