From 7817255c2bc2feac7ea1721a5a76c44550ec8933 Mon Sep 17 00:00:00 2001 From: Divided By Zero Date: Tue, 18 Jul 2017 00:04:15 +0800 Subject: [PATCH] update readme for checking stack version (#143) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f294031..0f3fa70 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ fit xData yData = TF.runSession $ do # Installation Instructions Note: building this repository with `stack` requires version `1.4.0` or newer. +Check your stack version with `stack --version` in a terminal. ## Build with Docker on Linux @@ -88,7 +89,7 @@ script in the `tools/` directory. The script installs dependencies via [Homebrew](http://brew.sh) and then downloads and installs the TensorFlow library on your machine under `/usr/local`. -After running the script to install system dependencies, build the project with stack: +After running the script to install system dependencies, build the project with stack: stack test