summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2020-11-18 02:52:35 -0800
committerKevin Mitchell <kevmitch@gmail.com>2020-11-18 02:52:35 -0800
commitecc117e0283f148612f639d05d4dd22b31b679d8 (patch)
tree2aa8b1a51931985a2f482ba7d27889f186f30a06 /README.rst
parentc11246c4e504c19dc88eb41f302640930635c756 (diff)
downloadmpv-build-ecc117e0283f148612f639d05d4dd22b31b679d8.tar.bz2
mpv-build-ecc117e0283f148612f639d05d4dd22b31b679d8.tar.xz
debian: update instructions to install python-is-python3
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index d688d5d..3663dd0 100644
--- a/README.rst
+++ b/README.rst
@@ -100,10 +100,10 @@ package::
mk-build-deps -s sudo -i
-Debian no longer provides an unversioned "python" binary, so you need to
-create your own symlink from python3 (or python2) if this is the cae::
+Debian no longer provides an unversioned "python" binary on its own. You need to
+explicitly tell it to create a symlink to python3 if this is the case::
- which python || sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 3
+ which python || sudo apt-get install python-is-python3
You can now build the mpv Debian package with the following command::