mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-17 05:34:22 -05:00
Use python3 packages for Ubuntu (#6443)
This commit is contained in:
parent
81731c6e75
commit
0ad75fd98e
@ -109,8 +109,8 @@ Installing prerequisites on Ubuntu or Debian:
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get install build-essential python3-dev libffi-dev \
|
sudo apt-get install build-essential python3-dev libffi-dev \
|
||||||
python-pip python-setuptools sqlite3 \
|
python3-pip python3-setuptools sqlite3 \
|
||||||
libssl-dev python-virtualenv libjpeg-dev libxslt1-dev
|
libssl-dev python3-virtualenv libjpeg-dev libxslt1-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
#### ArchLinux
|
#### ArchLinux
|
||||||
|
1
changelog.d/6443.doc
Normal file
1
changelog.d/6443.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Switch Ubuntu package install recommendation to use python3 packages in INSTALL.md.
|
Loading…
Reference in New Issue
Block a user