recommend update

This commit is contained in:
Mike J Innes 2018-01-17 13:55:57 +00:00
parent 4207fb98f2
commit 140d50208f
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ Install [Julia 0.6.0 or later](https://julialang.org/downloads/), if you haven't
```julia
Pkg.add("Flux")
# Optional but recommended
Pkg.update() # Keep your packages are up to date
Pkg.test("Flux") # Check things installed correctly
```