File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,7 @@ It can add to [juliaOpt](http://www.juliaopt.org/) community by:
17
17
[ ![ Latest] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://juliampc.github.io/MPCDocs.jl/latest/ )
18
18
19
19
## Installation
20
-
21
- There are several packages that need to be installed, to do this run:
22
20
``` julia
23
- Pkg. clone (" https://github.com/JuliaMPC/PrettyPlots.jl" )
24
- Pkg. add (" VehicleModels" )
25
21
Pkg. add (" NLOptControl" )
26
22
```
27
23
@@ -36,6 +32,14 @@ sudo apt-get update
36
32
sudo apt- get install gfortran
37
33
```
38
34
35
+ ## Add Ons
36
+ For additional functionality, there a couple other packages that can be installed:
37
+ ``` julia
38
+ Pkg. add (" VehicleModels" )
39
+ Pkg. add (" PrettyPlots" )
40
+ Pkg. clone (" https://github.com/JuliaMPC/MichiganAutonomousVehicles.jl" )
41
+ ```
42
+
39
43
Also, a plotting backend will be required and there are several options:
40
44
``` julia
41
45
Pkg. add (" PGFPlots" );Pkg. build (" PGFPlots" ) # best looking
You can’t perform that action at this time.
0 commit comments