Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <1557255+kcgen@users.noreply.github.com>2021-09-20 22:16:16 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-09-20 22:16:16 +0300
commitc22a0e5973e3b165c3d8c049ed13bd3b1d225721 (patch)
tree40e1cfac407e00c4a3684d38eed41b371da8f5ca /README.md
parentcab10618bd2f8d423e268263f9c4ae5b37b99032 (diff)
Add python3-pip to README.md Debian <= 10 and Ubuntu <= 20.04
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index abd475826..fc0f24568 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ sudo apt install ccache build-essential libasound2-dev libpng-dev \
libsdl2-dev libsdl2-net-dev libopusfile-dev libfluidsynth-dev
# Install Meson on Debian-10 "Buster" or Ubuntu-20.04 and older
-sudo apt install python3-setuptools
+sudo apt install python3-setuptools python3-pip
sudo pip3 install --upgrade meson ninja
# Install Meson on Debian-11 "Bullseye" or Ubuntu-21.04 and newer