Skip to content

Commit 5a5e19f

Browse files
committed
Update developer environment install instructions
The constraints.txt file was removed in #43.
1 parent 72dc363 commit 5a5e19f

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)