Skip to content

Commit

Permalink
pkg update step
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Mar 8, 2017
1 parent 9d1d176 commit 9c9feb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 9c9feb9

Please sign in to comment.