From 49d2c58c3437788c0cada980fc4f16f42574dea8 Mon Sep 17 00:00:00 2001 From: deeppomf Date: Mon, 29 Oct 2018 04:51:24 -0400 Subject: [PATCH] clarify python version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 572f549..631e7ba 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ Binary only available for Windows 64-bit. If you want to run the code yourself, you can clone this repo and download the model from https://drive.google.com/open?id=1byrmn6wp0r27lSXcT9MC4j-RQ2R04P1Z. Unzip the file into the /models/ folder. #### Dependencies (for running the code yourself) -- Python 3.6 +- Python 3.6.7 - TensorFlow 1.10 - Keras 2.2.4 - Pillow - h5py -No GPU required! Tested on Ubuntu 16.04 and Windows. Tensorflow on Windows is compatible with Python 3.6 and not Python 2. Tensorflow is not compatible with Python 3.7. +No GPU required! Tested on Ubuntu 16.04 and Windows. Tensorflow on Windows is compatible with Python 3 and not Python 2. Tensorflow is not compatible with Python 3.7. Tensorflow, Keras, Pillow, and h5py can all be installed by running in the command line