1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 11:03:34 +02:00

update readme for checking stack version (#143)

This commit is contained in:
Divided By Zero 2017-07-18 00:04:15 +08:00 committed by Judah Jacobson
parent 4ab9cb9cf2
commit 7817255c2b

View File

@ -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