File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ Use the following command to install *all* optional dependencies. Installing all
13
13
if you want to run the full test suite and build the documentation locally.
14
14
15
15
``` julia
16
- julia> ] add CDDLib
17
- Distributions
18
- Documenter
19
- Expokit
20
- ExponentialUtilities
21
- IntervalConstraintProgramming
22
- IntervalMatrices
23
- Makie
24
- Optim
25
- Polyhedra
26
- RecipesBase
27
- StaticArrays
28
- Symbolics
29
- TaylorModels
16
+ julia> using Pkg; Pkg . add ([ " CDDLib" ,
17
+ " Distributions" ,
18
+ " Documenter" ,
19
+ " Expokit" ,
20
+ " ExponentialUtilities" ,
21
+ " IntervalConstraintProgramming" ,
22
+ " IntervalMatrices" ,
23
+ " Makie" ,
24
+ " Optim" ,
25
+ " Polyhedra" ,
26
+ " RecipesBase" ,
27
+ " StaticArrays" ,
28
+ " Symbolics" ,
29
+ " TaylorModels" ])
30
30
```
31
31
32
32
## Documentation
You can’t perform that action at this time.
0 commit comments