We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c295277 commit feacb66Copy full SHA for feacb66
docs/src/installation.md
@@ -4,6 +4,7 @@ Installation
4
Installing Convex.jl is a one step process. Open up Julia and type :
5
6
```julia
7
+using Pkg
8
Pkg.update()
9
Pkg.add("Convex")
10
```
0 commit comments