From 1a13d5112f6d83e95bc3682e1e951074f8eee2ed Mon Sep 17 00:00:00 2001 From: Sesostris Vieira Date: Fri, 7 Jan 2022 09:37:57 -0300 Subject: [PATCH] Update MIGRACAO.md --- MIGRACAO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRACAO.md b/MIGRACAO.md index 3ea9a06..8cfe716 100644 --- a/MIGRACAO.md +++ b/MIGRACAO.md @@ -22,7 +22,7 @@ Para montar o ambiente ``` source env/sigi/bin/activate pip install --upgrade pip - pip install -r requirements/dev-reuirements.txt + pip install -r requirements/dev-requirements.txt ``` Pronto! Tá instalado!