diff options
author | Bryan Bishop <kanzure@gmail.com> | 2015-06-09 15:22:42 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2015-06-09 15:22:42 -0500 |
commit | 3ea4ebff80d394a26188a6bed0e78a6588feae07 (patch) | |
tree | 2ca9ede83a59177719eafbf8ba44422da9909791 | |
parent | f3b407e04e505b39340a44482a5bef84d9556095 (diff) | |
parent | fa844049c1a1e79e838c37777c838062e72b6b4e (diff) |
Merge pull request #291 from kanzure/mention-python-version
Mention python2.7 requirement
-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 |