summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-12-02 15:09:57 +0000
committerGitHub <noreply@github.com>2019-12-02 15:09:57 +0000
commit0ad75fd98ef1943ebea98c6d9f2dc5770c643b0a (patch)
tree7317e6ffcc647dc893a6ad0a291de6a96d7aae00
parentFix: Pillow error when uploading RGBA image (#3325) (#6241) (diff)
downloadsynapse-0ad75fd98ef1943ebea98c6d9f2dc5770c643b0a.tar.xz
Use python3 packages for Ubuntu (#6443)
-rw-r--r--INSTALL.md4
-rw-r--r--changelog.d/6443.doc1
2 files changed, 3 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
diff --git a/changelog.d/6443.doc b/changelog.d/6443.doc
new file mode 100644
index 0000000000..67c59f92ee
--- /dev/null
+++ b/changelog.d/6443.doc
@@ -0,0 +1 @@
+Switch Ubuntu package install recommendation to use python3 packages in INSTALL.md.
\ No newline at end of file