mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-09 18:08:00 +00:00
README.md: Requires Python 3.6
This commit is contained in:
parent
83d56cb570
commit
26a6d80227
|
@ -12,7 +12,7 @@ in this package as the `LICENSE` file.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
You need at least Python 3.5 (3.5.2 or newer recommended) to make use of this software.
|
You need at least Python 3.6 (latest version of 3.x recommended) to make use of this software.
|
||||||
It simply will not run on older Python versions.
|
It simply will not run on older Python versions.
|
||||||
|
|
||||||
Install the dependencies as you normally would (`pip3 install -r requirements.txt`).
|
Install the dependencies as you normally would (`pip3 install -r requirements.txt`).
|
||||||
|
|
Loading…
Reference in a new issue