This commit is contained in:
Mike J Innes 2018-03-01 16:52:58 +00:00
parent cf7dd34767
commit bdd8162bf8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ 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.update() # Keep your packages up to date
Pkg.test("Flux") # Check things installed correctly
```