add test step

This commit is contained in:
Mike J Innes 2017-03-01 14:30:41 +00:00
parent 10c1c3f082
commit 1d45cdc301
1 changed files with 1 additions and 0 deletions

View File

@ -28,4 +28,5 @@ You'll also need a backend to run real training, if you don't have one already.
```julia
Pkg.add("MXNet") # or "TensorFlow"
Pkg.test("Flux") # Make sure everything installed properly
```