Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Pearce authored Mar 9, 2018
1 parent de336b4 commit cf35fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Mathematical details on the Compound Matrix Method may be found <a href=http://w
The initial version is available as a `.paclet` file. Download and install it using the `PacletInstall` function in Mathematica:

Needs["PacletManager`"]
PacletInstall["https://github.com/SPPearce/CompoundMatrixMethod/releases/download/v0.3/CompoundMatrixMethod-0.3.paclet"]
PacletInstall["https://github.com/SPPearce/CompoundMatrixMethod/releases/download/v0.4/CompoundMatrixMethod-0.4.paclet"]
Alternatively, download the paclet locally and install using `PacletInstall` on the appropriate directory. For example, if the file was downloaded to the directory `~/Downloads`, evaluate `PacletInstall["~/Downloads/CompoundMatrixMethod-0.3.paclet"]`
Alternatively, download the paclet locally and install using `PacletInstall` on the appropriate directory. For example, if the file was downloaded to the directory `~/Downloads`, evaluate `PacletInstall["~/Downloads/CompoundMatrixMethod-0.4.paclet"]`

The package can then be loaded by calling

Expand Down

0 comments on commit cf35fdd

Please sign in to comment.