Skip to content

Commit

Permalink
docs: clarify -m venv frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin authored May 27, 2024
1 parent b9882c2 commit 574ef58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- If you had previously set `cache_home`, set it to what you were using before.

### Setup venv
- `python -m venv regen`
- `python -m venv regen` (only needed the first time you follow these instructions)
- (certain windows setups) `py -3.11 -m venv regen`
- (windows) `regen\Scripts\activate.bat` for cmd or `regen\Scripts\Activate.ps1` for power shell
- (linux) `source regen/bin/activate`
Expand Down

0 comments on commit 574ef58

Please sign in to comment.