From 534b495642d3a21197fa90331fd4a3dd87230269 Mon Sep 17 00:00:00 2001 From: Fraser Date: Tue, 15 Aug 2023 22:39:51 -0400 Subject: [PATCH] correct api install instructions --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 714ce74..2d8a7e0 100644 --- a/readme.md +++ b/readme.md @@ -28,7 +28,7 @@ Open two terminal windows. In the first, run: ```bash cd api -pipenv install --dev # (skip this line after the first time) +pipenv install --dev --ignore-pipfile # (skip this line after the first time) pipenv run python3 main.py ```