Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
change installation instructions to match new package system
  • Loading branch information
davidssmith committed Mar 13, 2021
1 parent 9c583e0 commit 661d333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -26,11 +26,11 @@ Installation is simple. First you need Julia.
The simplest way to get Julia is to grab the current release version from [julialang.org](http://julialang.org/downloads/).

Next you need __DCEMRI.jl__. Open Julia. You should see a terminal window with the `julia>` prompt. This is analogous to the command line in Matlab.
To install __DCEMRI.jl__, run
To install __DCEMRI.jl__, first type `]` at the prompt to get into the package shell then type:
```
julia> Pkg.add("DCEMRI")
(@v1.5) pkg> add DCEMRI
```
at the `julia>` prompt. This might take a minute, because the validation data must be downloaded, as well as a few supporting packages.
This might take a minute, because the validation data must be downloaded, as well as a few supporting packages.

If you want to __DCEMRI.jl__ to create plots for you, you also need Python with [Matplotlib](http://matplotlib.org/) installed.
Most OS X and Linux machines probably already have a version of Python with Matplotlib installed.
Expand Down

0 comments on commit 661d333

Please sign in to comment.