Skip to content
Snippets Groups Projects
Unverified Commit 5e019069 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Merge pull request #6855 from matrix-org/clokep/readme-pip-install

Add quotes around the pip install target to avoid my shell complaining
parents 577f4603 39c2d26e
Branches
Tags
No related merge requests found
......@@ -272,7 +272,7 @@ to install using pip and a virtualenv::
virtualenv -p python3 env
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
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.
Please register or to comment