We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5892251 commit f7942ebCopy full SHA for f7942eb
1 file changed
README.md
@@ -43,6 +43,20 @@ The control-toolbox ecosystem gathers Julia packages for mathematical control an
43
| Licence | [![License: MIT][licence-img]][licence-url] |
44
| Release | [![Release][release-img]][release-url] |
45
46
+## Installation
47
+
48
+To install CTModels.jl please
49
+<a href="https://docs.julialang.org/en/v1/manual/getting-started/">open Julia's interactive session (known as REPL)</a>
50
+and press <kbd>]</kbd> key in the REPL to use the package mode, then add the package:
51
52
+```julia
53
+julia> ]
54
+pkg> add CTModels
55
+```
56
57
+> [!TIP]
58
+> If you are new to Julia, please follow this [guidelines](https://github.com/orgs/control-toolbox/discussions/64).
59
60
## Contributing
61
62
[issue-url]: https://github.com/control-toolbox/CTModels.jl/issues
0 commit comments