From bc7ccad9fd34b7ff4f82e76ced7740e0642f7741 Mon Sep 17 00:00:00 2001 From: martoxa Date: Wed, 16 Aug 2023 20:48:40 +0300 Subject: [PATCH] Update README It updates insrtruction for installing requirements. Ref #16 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5a021a..47ba6d9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This is my educational project within IT KPI Python mentorship program by @webkn 2. Install requirements: ```console - $ pip install -r requirements/base.txt + $ pip install -r requirements/base.in -c requirements/base.txt ```