mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Add quotes around pip install target (my shell complained without them).
This commit is contained in:
parent
a831d2e4e3
commit
39c2d26e0b
@ -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.
|
||||||
|
1
changelog.d/6855.misc
Normal file
1
changelog.d/6855.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Update pip install directiosn in readme to avoid error when using zsh.
|
Loading…
Reference in New Issue
Block a user