Skip to content

Commit 19ba3cf

Browse files
Update installation instructions
1 parent 3854dcd commit 19ba3cf

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,34 @@
2222

2323
## Installation
2424

25-
OTP can be installed as a local MATLAB toolbox or Octave package by running
25+
### MATLAB
26+
27+
1. Download the latest [OTP toolbox file](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/releases/latest/download/OTP.mltbx).
28+
2. Open the toolbox file from MATLAB and follow the installer. See [MATLAB's instructions](https://www.mathworks.com/help/matlab/matlab_env/get-add-ons.html) for additional details.
29+
30+
### Octave
31+
32+
In Octave, run
33+
34+
```matlab
35+
pkg install 'https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/releases/latest/download/OTP.zip'
36+
```
37+
38+
then load the package with
39+
40+
```matlab
41+
pkg load 'ode test problems'
42+
```
43+
44+
### From Source
45+
46+
For local development, OTP can be installed by running
2647

2748
```matlab
2849
OTP.install
2950
```
3051

31-
from the root directory of the project. If no longer needed, it can be
32-
uninstalled with `OTP.uninstall`.
52+
from the root directory of the project. If no longer needed, it can be uninstalled with `OTP.uninstall`.
3353

3454
## Example
3555

0 commit comments

Comments
 (0)