From 176595d51db8d673a2fd33247b0cc7ec7160e2a1 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 27 Jun 2015 06:48:44 -0400 Subject: [PATCH] Added note about notebooks being tested with Python 2.7.x --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 441f0d0..efc06ac 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ $ cd [downloaded repo directory name] $ ipython notebook ``` +Notebook tested with Python 2.7.x. + ## Credits * [Cracking the Coding Interview](http://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/098478280X) | [GitHub](https://github.com/gaylemcd/ctci)