README: Document python version requirements

Fixes: #32
This commit is contained in:
Daniel Thompson 2020-06-09 10:04:48 +01:00 committed by GitHub
parent d62e6a22c7
commit dea2ba8d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ get started coding for wasp-os as quickly as possible.
Building from source
--------------------
Building wasp-os and launching the wasp-os simulator requires the
following python modules: click, numpy, pexpect, PIL (or Pillow),
pyserial, pysdl2.
Building wasp-os and launching the wasp-os simulator requires Python 3.6
(or later) and the following python modules: click, numpy, pexpect, PIL
(or Pillow), pyserial, pysdl2.
On Debian Buster the requires python modules can be obtain with the
following commands: