From e3c2f70ac1a03ea8e49310c5e27b9d989d750509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Garc=C3=ADa?= <lucas@codeccoop.org> Date: Mon, 8 Apr 2024 14:21:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa72ee2..c8db1b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Setup ```sh -pyenv virtualenv 3.7.4 som-office-provisioning +pyenv virtualenv 3.7.4 somoffice-provisioning pyenv exec pip install -r requirements.txt pyenv exec ansible-galaxy install -r requirements.yml ``` -- GitLab