mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Bump required Python version to 3.8
python-dotenv 1.0.0 drops support for 3.7
This commit is contained in:
parent
dd1e58ed64
commit
6f0182b9df
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ This article will walk you through getting Plex-Meta-Manager [PMM] set up and ru
|
|||
4. Setting up a metadata file and creating a couple sample collections.
|
||||
|
||||
The specific steps you will be taking:
|
||||
1. Verify that Python 3.7 or better is installed and install it if not
|
||||
1. Verify that Python 3.8 or better is installed and install it if not
|
||||
2. Verify that the Git tools are installed and install them if not
|
||||
3. Use `git` to retrieve the code
|
||||
4. Install requirements [extra bits of code required for PMM]
|
||||
|
@ -79,7 +79,7 @@ First let's check if it's installed already [type this into your terminal]:
|
|||
python3 --version
|
||||
```
|
||||
|
||||
If this doesn't return `3.7.0` or higher, you'll need to get Python 3 installed.
|
||||
If this doesn't return `3.8.0` or higher, you'll need to get Python 3 installed.
|
||||
|
||||
````{tab} Linux
|
||||
Describing a python install for any arbitrary linux is out of scope here, but if you're using Ubuntu, [this](https://techviewleo.com/how-to-install-python-on-ubuntu-linux/) might be useful.
|
||||
|
|
Loading…
Reference in a new issue