Browse Source

Use python3 packages for Ubuntu (#6443)

tags/v1.7.0rc1
Andrew Morgan 4 years ago
committed by GitHub
parent
commit
0ad75fd98e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions
  1. +2
    -2
      INSTALL.md
  2. +1
    -0
      changelog.d/6443.doc

+ 2
- 2
INSTALL.md View File

@@ -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


+ 1
- 0
changelog.d/6443.doc View File

@@ -0,0 +1 @@
Switch Ubuntu package install recommendation to use python3 packages in INSTALL.md.

Loading…
Cancel
Save