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

Update README.md

Add license
This commit is contained in:
Alan Yee 2017-08-21 12:05:03 -07:00 committed by GitHub
parent 7328cb277f
commit fbfb2400e9

View File

@ -86,7 +86,7 @@ There is also a demo application:
Run the [install_macos_dependencies.sh](./tools/install_macos_dependencies.sh)
script in the `tools/` directory. The script installs dependencies
via [Homebrew](http://brew.sh) and then downloads and installs the TensorFlow
via [Homebrew](https://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:
@ -104,3 +104,6 @@ chroot-environment containing necessary dependencies. Type
to enter the environment and build the project. Note, that it is an emulation
of common Linux environment rather than full-featured Nix package expression.
No exportable Nix package will appear, but local development is possible.
## License
This project is licensed under the terms of the [Apache 2.0 license](LICENSE).