From 6d1a269ca208ebbaea600eee72c7c4c85499e072 Mon Sep 17 00:00:00 2001 From: Andrzej Kotulski Date: Mon, 15 Jun 2015 11:30:35 -0100 Subject: [PATCH] update INSTALL.md to require exactly python 2.7 --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 0ea15de60..eefc76176 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -29,7 +29,7 @@ dependencies. Details below. ### Requirements -- Python >= 2.7 +- Python 2.7 - [opam](https://opam.ocaml.org/doc/Install.html#OSX) #### Requirements for the Java analysis @@ -75,7 +75,7 @@ export PATH=`pwd`/infer/bin:$PATH ### Requirements -- Python >= 2.7 +- Python 2.7 ### Installation instructions