From 440b31aaab11458b45108e44b093c035f9073cb8 Mon Sep 17 00:00:00 2001 From: Stefania Budulan Date: Tue, 16 Jul 2024 18:23:40 +0300 Subject: [PATCH] Consistent venv names README.md Changed all the instructions to include "lxmls_venv" as a name for the virtual environment, to make sure they are aware it is a chosen name. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0ae149a..760694bf 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ After setting up the anaconda: navigate to the folder where the repository resides install anaconda (see instruction) - conda create --name lxmls_new - conda activate lxmls_new + conda create --name lxmls_venv + conda activate lxmls_venv conda install pip pip install --editable . @@ -44,8 +44,8 @@ If you prefer `pip` to Anaconda you can install the toolkit in a way that does not interfere with your existing installation. For this you can use a virtual environment as follows - virtualenv venv - source venv/bin/activate (on Windows: .\venv\Scripts\activate) + virtualenv lxmls_venv + source lxmls_venv/bin/activate (on Windows: .\lxmls_venv\Scripts\activate) pip install pip setuptools --upgrade pip install --editable .