pkg update step

This commit is contained in:
Mike J Innes 2017-03-08 20:52:30 +00:00
parent 9d1d176749
commit 9c9feb9ba0
1 changed files with 1 additions and 1 deletions

View File

@ -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):