From 099430d878d40986c4ac53542b400de5a994d373 Mon Sep 17 00:00:00 2001 From: Emmanuel Dellandrea <emmanuel.dellandrea@ec-lyon.fr> Date: Mon, 17 Feb 2025 13:44:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f4b373..ba1365a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Make sure you know the basics of Reinforcement Learning. In case of need, you ca ### Installation -We recommend to use Python virtual environnements to install the required modules : https://docs.python.org/3/library/venv.html +We recommend to use Python virtual environnements to install the required modules : https://docs.python.org/3/library/venv.html or https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html if you are using conda. First, install Pytorch : https://pytorch.org/get-started/locally. -- GitLab