summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-04-09 01:39:50 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-04-09 01:39:50 +0300
commit2ee7304cb80449904621543490a0f2a36ebb021a (patch)
treec9c02c24fa343f73dcd0879bb0d9789e503070a6
parent88d7bba961cb38c594d72b6be5847cb1106f91b2 (diff)
README: Python is required during build process unconditionally.
Fixes #449.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0fc5c4c1f..46aab0fa3 100644
--- a/README.md
+++ b/README.md
@@ -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
----------------