From 86d6b522e5e18b1e315a3d4a665e3f8507dbcd1d Mon Sep 17 00:00:00 2001 From: Yumihiki Date: Sun, 5 Feb 2023 13:57:35 +0900 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d60da88..92bc5a6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Also in `tests` directory, there are some test samples with partial mock. If you # How to run ```bash -$ pip install -r requirements/requirements +$ pip install -r requirements/requirements.txt $ python -m flask run ```