From 2cacd98e1de5a26810bde089d60f9fba66a002fc Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 20 Jun 2021 15:43:48 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91c5f9f..a3a8ff0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Or, install from source: ```bash $ git clone https://github.com/michael-lazar/jetforce $ cd jetforce -$ python setup.py install +$ pip install . ``` Or, install into a python virtual environment: