diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-12-02 15:09:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-02 15:09:57 +0000 |
commit | 0ad75fd98ef1943ebea98c6d9f2dc5770c643b0a (patch) | |
tree | 7317e6ffcc647dc893a6ad0a291de6a96d7aae00 /INSTALL.md | |
parent | Fix: Pillow error when uploading RGBA image (#3325) (#6241) (diff) | |
download | synapse-0ad75fd98ef1943ebea98c6d9f2dc5770c643b0a.tar.xz |
Use python3 packages for Ubuntu (#6443)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index 9b7360f0ef..9da2e3c734 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -109,8 +109,8 @@ Installing prerequisites on Ubuntu or Debian: ``` sudo apt-get install build-essential python3-dev libffi-dev \ - python-pip python-setuptools sqlite3 \ - libssl-dev python-virtualenv libjpeg-dev libxslt1-dev + python3-pip python3-setuptools sqlite3 \ + libssl-dev python3-virtualenv libjpeg-dev libxslt1-dev ``` #### ArchLinux |