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

Commit

Permalink
Use python3 packages for Ubuntu (#6443)
Browse files Browse the repository at this point in the history
* commit '0ad75fd98':
  Use python3 packages for Ubuntu (#6443)
  • Loading branch information
anoadragon453 committed Mar 19, 2020
2 parents 603166f + 0ad75fd commit 84df890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.

0 comments on commit 84df890

Please sign in to comment.