From ebedbc8a714a95c5f61d5a9810899320363e61fd Mon Sep 17 00:00:00 2001 From: liellnima Date: Tue, 3 Sep 2024 11:18:51 +0200 Subject: [PATCH] update env names for more clarity --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17d67fb..c54da81 100755 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Follow the following steps to create the environment for non-windows users: Not Climax: ```bash -python -m venv env_new_emulator -source env_new_emulator/bin/activate +python -m venv env +source env/bin/activate pip install -r requirements.txt cd emulator pip install -e . @@ -64,8 +64,8 @@ pip install -e . Climax: ```bash -python -m venv env_old_emulator -source env_old_emulator/bin/activate +python -m venv env_climax +source env_climax/bin/activate pip install -r requirements_climax.txt cd emulator pip install -e .