Skip to content

Commit 5d2d0e3

Browse files
committed
installation added to README
1 parent da2cfb4 commit 5d2d0e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
A model predictive control package for Julia.
88

9+
## Installation
10+
11+
To install the `ModelPredictiveControl` package, run this command in the Julia REPL:
12+
13+
```julia
14+
using Pkg; Pkg.add("ModelPredictiveControl")
15+
```
16+
917
## Features
1018

1119
✅ implemented feature

0 commit comments

Comments
 (0)