Skip to content

Commit 66a635d

Browse files
authored
Merge branch 'main' into link-fix
2 parents f28b6fa + 516da15 commit 66a635d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ in `Makefile`).
102102
python -m venv venv
103103
source venv/bin/activate
104104
# Install the dependencies in your virtual environment
105-
(venv) pip install -e .[all]
105+
(venv) python -mpip install .[all]
106106
# Create the HTML to visualize locally
107107
(venv) make html
108108
(venv) firefox _build/index.html

0 commit comments

Comments
 (0)