Skip to content
Snippets Groups Projects
Unverified Commit 0ad75fd9 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Use python3 packages for Ubuntu (#6443)

parent 81731c6e
No related branches found
No related tags found
No related merge requests found
...@@ -109,8 +109,8 @@ Installing prerequisites on Ubuntu or Debian: ...@@ -109,8 +109,8 @@ Installing prerequisites on Ubuntu or Debian:
``` ```
sudo apt-get install build-essential python3-dev libffi-dev \ sudo apt-get install build-essential python3-dev libffi-dev \
python-pip python-setuptools sqlite3 \ python3-pip python3-setuptools sqlite3 \
libssl-dev python-virtualenv libjpeg-dev libxslt1-dev libssl-dev python3-virtualenv libjpeg-dev libxslt1-dev
``` ```
#### ArchLinux #### ArchLinux
......
Switch Ubuntu package install recommendation to use python3 packages in INSTALL.md.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment