recommend update
This commit is contained in:
parent
4207fb98f2
commit
140d50208f
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue