Skip to content

Commit fd85093

Browse files
committed
Docs: Add developer note about using venv and multiple venvs
1 parent 77d5242 commit fd85093

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ See Option 2 installation instructions for virtual environment setup.
194194

195195
**Pip development** (no conda):
196196

197+
Setup and activate virtual environment using Python venv using [the instructions above](#python-venv) and then:
198+
199+
Note: Developers can create multiple virtual environments by changing the name, `python -m venv <name>`, install isolated versions of MHKiT, and switch between them by activating the desired environment. This allows developers to test different versions of MHKiT and its dependencies without conflicts.
200+
197201
```bash
198202
pip install -e ".[all,dev]"
199203
```

0 commit comments

Comments
 (0)