mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 11:29:43 +01:00
update readme for checking stack version (#143)
This commit is contained in:
parent
4ab9cb9cf2
commit
7817255c2b
1 changed files with 2 additions and 1 deletions
|
@ -62,6 +62,7 @@ fit xData yData = TF.runSession $ do
|
||||||
# Installation Instructions
|
# Installation Instructions
|
||||||
|
|
||||||
Note: building this repository with `stack` requires version `1.4.0` or newer.
|
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
|
## Build with Docker on Linux
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue