From 523fc7612291328f9f2b44c08fdf34d7d9f8e926 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Tue, 3 Dec 2019 20:00:04 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20remove=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d79faeb..5da945c 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ source venv/bin/activate Install dependencies: ``` -pip3 install -r requirements.txt +pip install -r requirements.txt ``` Install package: ``` -pip3 install . +pip install . ``` Test your install with: