diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-09 01:39:50 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-09 01:39:50 +0300 |
commit | 2ee7304cb80449904621543490a0f2a36ebb021a (patch) | |
tree | c9c02c24fa343f73dcd0879bb0d9789e503070a6 | |
parent | 88d7bba961cb38c594d72b6be5847cb1106f91b2 (diff) |
README: Python is required during build process unconditionally.
Fixes #449.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ Additional components: - examples/ -- a few example Python scripts. "make" is used to build the components, or "gmake" on BSD-based systems. -You will also need bash and python (2.7 or 3.3) for the stm port. +You will also need bash and python (2.7 or 3.3). The Unix version ---------------- |