summary refs log tree commit diff
path: root/INSTALL.md
diff options
context:
space:
mode:
authortxt-file <44214237+txt-file@users.noreply.github.com>2020-03-27 16:02:00 +0100
committerGitHub <noreply@github.com>2020-03-27 15:02:00 +0000
commitae219fb41127b43f56605dcdc902f66e0bc7b2e7 (patch)
tree4a712aa74e23e60b852e7b45a02f31d3adf4562f /INSTALL.md
parentEnsure is_verified on /_matrix/client/r0/room_keys/keys is a boolean (#7150) (diff)
downloadsynapse-ae219fb41127b43f56605dcdc902f66e0bc7b2e7.tar.xz
update debian installation instructions to recommend installing `virtualenv` instead of `python3-virtualenv` (#6892)
* change debian package from python3-virtualenv to virtualenv

The virtualenv package is needed for the virtualenv command. The
virtualenv package depends on python3-virtualenv (at least since
debian jessie) so there is no need to specify python3-virtualenv
additionally.

Signed-off-by: Vieno Hakkerinen <vieno@hakkerinen.eu>

* Add changelog

Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index af9a5ef439..9c6f507db8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -112,7 +112,7 @@ Installing prerequisites on Ubuntu or Debian:
 ```
 sudo apt-get install build-essential python3-dev libffi-dev \
                      python3-pip python3-setuptools sqlite3 \
-                     libssl-dev python3-virtualenv libjpeg-dev libxslt1-dev
+                     libssl-dev virtualenv libjpeg-dev libxslt1-dev
 ```
 
 #### ArchLinux