Skip to content
Snippets Groups Projects
Commit 39c2d26e authored by Patrick Cloke's avatar Patrick Cloke
Browse files

Add quotes around pip install target (my shell complained without them).

parent a831d2e4
No related branches found
No related tags found
No related merge requests found
...@@ -272,7 +272,7 @@ to install using pip and a virtualenv:: ...@@ -272,7 +272,7 @@ to install using pip and a virtualenv::
virtualenv -p python3 env virtualenv -p python3 env
source env/bin/activate source env/bin/activate
python -m pip install --no-use-pep517 -e .[all] python -m pip install --no-use-pep517 -e ".[all]"
This will run a process of downloading and installing all the needed This will run a process of downloading and installing all the needed
dependencies into a virtual env. dependencies into a virtual env.
......
Update pip install directiosn in readme to avoid error when using zsh.
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