Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Jun 20, 2024
1 parent 24fd252 commit 8edf9f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,13 @@ source xmamba
```
Now you can:
```xsh
xmamba activate base
pip install lolcat # Install `lolcat` into `base` env (where xonsh installed).
xmamba deactivate

xmamba create --name myenv python=3.12
xmamba activate myenv
pip install lolcat # Install `lolcat` into `myenv`
pip install lolcat # Install `lolcat` into `myenv`.
xmamba deactivate
```

Expand Down

0 comments on commit 8edf9f7

Please sign in to comment.