Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6855 from matrix-org/clokep/readme-pip-install
Browse files Browse the repository at this point in the history
Add quotes around the pip install target to avoid my shell complaining
  • Loading branch information
clokep authored Feb 5, 2020
2 parents 577f460 + 39c2d26 commit 5e01906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions changelog.d/6855.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update pip install directiosn in readme to avoid error when using zsh.

0 comments on commit 5e01906

Please sign in to comment.