mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 11:42:16 +00:00
Forgot to update badge and docs about Python version
This commit is contained in:
parent
399686f17b
commit
ba1fbf4b73
@ -4,7 +4,7 @@ Supysonic is a Python implementation of the [Subsonic][] server API.
|
||||
|
||||
![Build Status](https://github.com/spl0k/supysonic/workflows/Tests/badge.svg)
|
||||
[![codecov](https://codecov.io/gh/spl0k/supysonic/branch/master/graph/badge.svg)](https://codecov.io/gh/spl0k/supysonic)
|
||||
![Python](https://img.shields.io/badge/python-3.6--3.10-blue.svg)
|
||||
![Python](https://img.shields.io/badge/python-3.7+-blue.svg)
|
||||
|
||||
Current supported features are:
|
||||
* browsing (by folders or tags)
|
||||
|
@ -1,7 +1,7 @@
|
||||
Installing Supysonic
|
||||
====================
|
||||
|
||||
Supysonic is written in Python and supports Python 3.6 through 3.10.
|
||||
Supysonic is written in Python and supports Python 3.7 and later.
|
||||
|
||||
Linux
|
||||
-----
|
||||
@ -46,7 +46,7 @@ Once the command prompt is open, type :command:`python --version` and press
|
||||
Enter. If Python is installed, you will see the version of Python printed to
|
||||
the screen. If you do not have Python installed, head over to the `Python
|
||||
website`__ and install one of the `compatible Python versions`__. You need at
|
||||
least Python 3.6, but you can go up to the latest 3.10.
|
||||
least Python 3.7.
|
||||
|
||||
Once Python is installed, you can install Supysonic using :command:`pip`. Refer
|
||||
to the `installation instructions <pip_>`_ below for more information.
|
||||
|
Loading…
Reference in New Issue
Block a user