Skip to content

Commit c7127ea

Browse files
committed
Added install instructions to readme
1 parent ed2b5bd commit c7127ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
`tensor-safe` is a dependently typed framework to define deep learning models which structure is verified on
1010
compilation time. If the models are valid, these can be compiled to Keras framework in Python or JavaScript.
1111

12+
## Install instructions
13+
14+
1. Install `tensor-safe` executable with `cabal new-install`
15+
16+
`cabal new-install tensor-safe`
17+
18+
2. Install `tensor-safe` library
19+
20+
`cabal new-install tensor-safe --lib`
21+
1222
## Building instructions and development tools
1323

1424
1. Install `ghc-mod`, `hpack` and `stylish-haskell` with `stack install`

0 commit comments

Comments
 (0)