diff --git a/README.md b/README.md index b2df69f4d57c8fc0021362fb570372cf1054a9c1..4ce234296ba5d1b61522b16eae432fe701f9610b 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,