mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Add --no-pep-517 to README instructions
This commit is contained in:
parent
00714e5102
commit
afe560b072
@ -173,7 +173,7 @@ Synapse offers two database engines:
|
|||||||
* `PostgreSQL <https://www.postgresql.org>`_
|
* `PostgreSQL <https://www.postgresql.org>`_
|
||||||
|
|
||||||
By default Synapse uses SQLite in and doing so trades performance for convenience.
|
By default Synapse uses SQLite in and doing so trades performance for convenience.
|
||||||
SQLite is only recommended in Synapse for testing purposes or for servers with
|
SQLite is only recommended in Synapse for testing purposes or for servers with
|
||||||
light workloads.
|
light workloads.
|
||||||
|
|
||||||
Almost all installations should opt to use PostreSQL. Advantages include:
|
Almost all installations should opt to use PostreSQL. Advantages include:
|
||||||
@ -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 -e .[all]
|
python -m pip install --no-pep-517 -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user