From 081fcd674801d3bab58171f630d6e7bc56b06b4d Mon Sep 17 00:00:00 2001 From: auouymous Date: Tue, 21 Feb 2023 15:03:05 -0700 Subject: [PATCH] Require python 3.7. --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6b198b1..815e3954 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Getting started Before you begin: -- Ensure you are using Python 3.5+ +- Ensure you are using Python 3.7+ - Check out the [existing issues](https://github.com/gpodder/gpodder/issues) Contributions are made to this repo via Issues and Pull Requests (PRs). Make sure to search for existing Issues and PRs before creating your own. diff --git a/README.md b/README.md index 2c7d0f9a..63063770 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ along with this program. If not, see . ## Dependencies -- [Python 3.5](http://python.org/) or newer +- [Python 3.7](http://python.org/) or newer - [Podcastparser](http://gpodder.org/podcastparser/) 0.6.0 or newer - [mygpoclient](http://gpodder.org/mygpoclient/) 1.7 or newer - [requests](https://requests.readthedocs.io) 2.24.0 or newer @@ -135,7 +135,7 @@ into an alternative root (default /) and prefix (default /usr): [*Debian*](https://wiki.debian.org/Python#Deviations_from_upstream) and *Ubuntu* use `dist-packages` instead of `site-packages` for third party installs, so you'll want something like: - sudo python3 setup.py install --root / --prefix /usr/local --optimize=1 --install-lib=/usr/local/lib/python3.5/dist-packages + sudo python3 setup.py install --root / --prefix /usr/local --optimize=1 --install-lib=/usr/local/lib/python3.10/dist-packages In fact, first try running `python -c "import sys; print(sys.path)"` to check what is the exact path. It depends on your version of python.