mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
3.9
is a better minimum Python version
The parser change and a few other things mean that compatibility with `3.8` is unlikely to last much longer.
This commit is contained in:
parent
d5e5881334
commit
117e7c2eef
@ -407,7 +407,7 @@ following this rough guide, you are on your own and should be knowledgeable abou
|
||||
installing and running WSGI-based Python web applications before attempting this.
|
||||
|
||||
1. Clone or download this repo
|
||||
2. Make sure you're running a modern version of Python (>=3.8) and have Pipenv
|
||||
2. Make sure you're running a modern version of Python (>=3.9) and have Pipenv
|
||||
installed
|
||||
3. Set up the environment with `pipenv install`
|
||||
4. Copy `tubesync/tubesync/local_settings.py.example` to
|
||||
|
Loading…
Reference in New Issue
Block a user