From 07cf861152b710d1affd89b87ad6f1c8bb30ec6e Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Fri, 19 Apr 2024 00:50:20 -0300 Subject: [PATCH] Update setuptool.md Signed-off-by: Fabiana Campanari --- setuptool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setuptool.md b/setuptool.md index 69348dd..7cf19a7 100644 --- a/setuptool.md +++ b/setuptool.md @@ -10,7 +10,7 @@ To set up the development environment for this project, you will need to install you can install it with the following command: - python -m pip install --upgrade setuptools + python3.11 -m pip install --upgrade setuptools