Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWilde authored Aug 15, 2023
1 parent f58cb7e commit 32b54a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ If you intend on contributing or working with the codebase directly, or if you w
- Change `poetry`'s configuration to manage your own virtual environments:

```bash
> poetry config virtualenvs.create false
> poetry config virtualenvs.in-project false
poetry config virtualenvs.create false
poetry config virtualenvs.in-project false
```

You can now instantiate a virtual environment in the usual way (e.g. via `python -m venv nhssynth`) and activate it via `source nhssynth/bin/activate` before moving to the next step
Expand Down

0 comments on commit 32b54a2

Please sign in to comment.