Quote pip install with brackets to avoid shell interpretation. (#9151)

This commit is contained in:
Patrick Cloke
2021-01-18 11:12:20 -05:00
committed by GitHub
parent 6633a4015a
commit de45bf5b5b
3 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ connect to a postgres database.
virtualenv](../INSTALL.md#installing-from-source), you can install
the library with:
~/synapse/env/bin/pip install matrix-synapse[postgres]
~/synapse/env/bin/pip install "matrix-synapse[postgres]"
(substituting the path to your virtualenv for `~/synapse/env`, if
you used a different path). You will require the postgres