summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-06-09 09:04:48 (GMT)
committerGitHub <noreply@github.com>2020-06-09 09:04:48 (GMT)
commitdea2ba8d65f03c6c203f58d5db4bfdccda6f7c25 (patch)
tree18b163b5b7ef80ebb24d178dd41320f8fdf30e9c /README.rst
parentd62e6a22c7d37715553c6ce25dfdc483e93820ac (diff)
README: Document python version requirements
Fixes: #32
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 569b490..1dd842c 100644
--- a/README.rst
+++ b/README.rst
@@ -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: