Skip to content

Commit 5a03fd8

Browse files
authored
Update developer environment install instructions (#132)
2 parents 72dc363 + 5a5e19f commit 5a03fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/dev-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can choose to either develop on the host machine using a `venv` (which requi
1717
```
1818
python3 -m venv venv
1919
source venv/bin/activate
20-
pip install -c requirements/constraints.txt -e .[dev]
20+
pip install -e '.[dev]'
2121
```
2222
:::
2323

0 commit comments

Comments
 (0)