diff options
author | Bryan Bishop <kanzure@gmail.com> | 2015-06-09 10:44:24 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2015-06-09 10:44:24 -0500 |
commit | fa844049c1a1e79e838c37777c838062e72b6b4e (patch) | |
tree | 7fa7b99e0dc50b3f39016cb0ffd9e5ae37543ca9 | |
parent | 739bac75b791edb6447b2f5d2747825e76ce2ab8 (diff) |
mention python2.7 requirement
fixes #255
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index a3e551dda..82158e80c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,5 +1,7 @@ # Linux +Note that this requires python2.7 for the moment. + sudo apt-get install make gcc bison git python python-setuptools git clone git://github.com/bentley/rgbds.git |