Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Use python3 packages for Ubuntu #6443

Merged
merged 2 commits into from
Dec 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelog.d/6443.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Switch Ubuntu package install recommendation to use python3 packages in INSTALL.md.