From 29f48266f74b7e2d73bee79763af74cbdc2bb105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Sun, 12 May 2024 09:12:57 -0700 Subject: [PATCH] README: install dev-requirements.txt first --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 916151b19..4912b924f 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ source venv/bin/activate From the root of this repo, run the following: ``` -pip install -r {env}-requirements.txt -r dev-requirements.txt +pip install -r dev-requirements.txt -r {env}-requirements.txt python -m build ```