1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 11:28:14 +00:00

tools: require python 3.6

This commit is contained in:
matejcik 2018-07-30 18:10:00 +02:00
parent 36469fc898
commit 11a386fed4

View File

@ -62,4 +62,4 @@ following subcommands:
List of Python requiremens for all tools in `pip` format. Set up your environment with
`pip3 install -r requirements.txt`, or `pipenv install -r requirements.txt`.
Python 3 is required, recommended is 3.6 or higher.
Python 3.6 or higher is required.