From 7ae61340cd014632151559d62f53807390485be0 Mon Sep 17 00:00:00 2001 From: Luan Fonseca Date: Mon, 20 Jul 2020 07:51:16 -0300 Subject: [PATCH] Rename "pip install -r requirements" to "pip install -r requirements.txt" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7256825..a612940 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Para saber a ideia do projeto, leia: [Telemob no Wiki do Garoa Hacker Clube](htt ``` git clone https://github.com/garoa/telemob.git cd telemob -pip install -r requirements +pip install -r requirements.txt python manage.py migrate ```