Skip to content
Snippets Groups Projects
Commit c75785da authored by Philipp Gühring's avatar Philipp Gühring
Browse files

pip3 instead of pip

parent 4d132e37
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
set -e set -e
INSTALL="pip install --upgrade --editable" INSTALL="pip3 install --upgrade --editable"
# Install layout # Install layout
$INSTALL . $INSTALL .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment