From 54c88b3b062cd1fee6aba579c4be64ac72826768 Mon Sep 17 00:00:00 2001 From: David Heyman Date: Sat, 13 Aug 2016 22:43:12 -0400 Subject: [PATCH] Updated README with Python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edd4813..2714380 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The purpose of this code is mostly to wrangle text between various human and mac ## Requirements -I'm running this code on Ubuntu 14.04 with Python 2.7. Unfortunately it does not work with Python 3, though apparently it isn't too hard to use 2to3 to automatically convert it. +Updated to Python 3; tested specifically on Python 3.5 on 64-bit Linux Mint 17.3 For the most part it should work out of the box, though there are a few optional bonus features that will make it much better. See [DEPENDENCIES.md](https://github.com/billzorn/mtgencode/blob/master/DEPENDENCIES.md#dependencies).