From 9c9feb9ba0eeb88207223630109baf92d1b87516 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Wed, 8 Mar 2017 20:52:30 +0000 Subject: [PATCH] pkg update step --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 4a72be5426..a19e5a8d1b 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -19,8 +19,8 @@ The sections on [Recurrence](models/recurrent.html), [Debugging](models/debuggin *... Charging Ion Capacitors ...* ```julia +Pkg.update() Pkg.add("Flux.jl") -using Flux ``` You'll also need a backend to run real training, if you don't have one already. Choose from [MXNet](https://github.com/dmlc/MXNet.jl) or [TensorFlow](https://github.com/malmaud/TensorFlow.jl) (MXNet is the recommended option if you're not sure):