Skip to content

Commit 7bfd31b

Browse files
authored
Update optional_dependencies.md (#2948)
This makes it easier to copy-paste.
1 parent ab51e39 commit 7bfd31b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/src/man/optional_dependencies.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ Use the following command to install *all* optional dependencies. Installing all
1313
if you want to run the full test suite and build the documentation locally.
1414

1515
```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"])
3030
```
3131

3232
## Documentation

0 commit comments

Comments
 (0)