From 9be2c2542ff7565293e3a93d46cfa647d24f55bd Mon Sep 17 00:00:00 2001 From: Calum Meikle Date: Wed, 5 Mar 2025 17:38:12 +0100 Subject: [PATCH] Update of readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2df69f4d..4ce234296 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,26 @@ There are two ways of setting up your machine presently to run mapies. If you ar **Virtual Env** + +Install virtualenv + +``` +pip install virtualenv +``` + +Install python3.10 + + +``` +sudo apt install python3.10-venv + +``` + + Create your virtual environment. ``` -python -m env venv +python3.10 -m venv venv ``` Then to enter the virtual environment run, -- GitLab