1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2024-11-23 11:29:43 +01:00

Update README.md (#149)

Add license
This commit is contained in:
Alan Yee 2017-08-21 12:59:22 -07:00 committed by fkm3
parent 7328cb277f
commit 7e0ef4bcd3

View file

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