1
0
Fork 0

Bump Python requirement to 3.7.

This commit is contained in:
Casper V. Kristensen 2019-03-08 02:41:05 +01:00
parent 4023b095a4
commit 0f324fd1fd
Signed by: caspervk
GPG key ID: 289CA03790535054

View file

@ -7,7 +7,7 @@ The easiest way to install the bot is to use pip:
pip3 install --upgrade https://git.caspervk.net/caspervk/dailyreleases/archive/master.tar.gz pip3 install --upgrade https://git.caspervk.net/caspervk/dailyreleases/archive/master.tar.gz
``` ```
**It requires Python 3.6 or later.** **It requires Python 3.7 or later.**
### Usage ### Usage
The bot can be started by running `dailyreleases` or `python3 -m dailyreleases` depending on system configuration. The bot can be started by running `dailyreleases` or `python3 -m dailyreleases` depending on system configuration.