Skip to content

Commit

Permalink
update env names for more clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
liellnima committed Sep 3, 2024
1 parent eda7a32 commit ebedbc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ 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 .
```

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 .
Expand Down

0 comments on commit ebedbc8

Please sign in to comment.