summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-02-01 19:07:27 +0530
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-02-01 15:36:19 +0000
commitfceff4969ef531f2879cf0bc31ada03f9cb974d1 (patch)
tree8cd4dfd24ea5a31ea7153c6ec9f89a6915a82d91
parentf070a43ec4c1ff950a6f588da2cd8cea6db9f583 (diff)
README: Update required Python to 3.7
We ship Meson 0.61 which requires Python 3.7 Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/792>
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 670618cc..6528f331 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ minimum base to bootstrap on top of.
### Linux Setup
-On Linux, you will only need a distribution with python >= 3.5. Cerbero will
+On Linux, you will only need a distribution with python >= 3.7. Cerbero will
use your package manager to install all other required packages during
[bootstrap](#Bootstrap).
@@ -30,7 +30,7 @@ use your package manager to install all other required packages during
On macOS you will need to have install the following software:
* XCode
- * Python 3.5+ https://www.python.org/downloads/
+ * Python 3.7+ https://www.python.org/downloads/
Cerbero will build all other required packages during [bootstrap](#Bootstrap).
@@ -281,7 +281,7 @@ Studio.
These steps are necessary for using Cerbero on Windows.
-#### Install Python 3.5 or newer (either 32-bit or 64-bit)
+#### Install Python 3.7 or newer (either 32-bit or 64-bit)
Download the [Windows executable installer](https://www.python.org/downloads/) and run it.