Skip to content

Commit f871abc

Browse files
authored
pip command was missing "install" (#293)
1 parent bc776b3 commit f871abc

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
# update the version of pip, setuptools, and wheel
105-
(venv) pip -U pip setuptools wheel
105+
(venv) pip install -U pip setuptools wheel
106106
# Install the dependencies in your virtual environment
107107
(venv) pip install .[all]
108108
# Create the HTML to visualize locally

0 commit comments

Comments
 (0)