From d2cfd08d2e9145dde14f91ec60e7e8ba594289f2 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Mon, 11 Sep 2017 14:54:30 +0100 Subject: [PATCH] installation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f47c0a62..d51f6156 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,7 @@ Flux is a refreshing approach to machine learning. It provides lightweight abstractions on top of Julia's native GPU and AD support, while remaining fully hackable (right down to the [GPU kernels](https://github.com/FluxML/CuArrays.jl)). See the [documentation](http://fluxml.github.io/Flux.jl/stable/) or the [model zoo](https://github.com/FluxML/model-zoo/) for examples. + +```julia +julia> Pkg.add("Flux") +```