mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-26 21:09:44 +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
|
||||||
|
|
||||||
|
@ -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
|
via [Homebrew](http://brew.sh) and then downloads and installs the TensorFlow
|
||||||
library on your machine under `/usr/local`.
|
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
|
stack test
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue