We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3be4f6 commit f4624a4Copy full SHA for f4624a4
README.md
@@ -6,7 +6,7 @@ This package aims to provide a pure Julia version of the popular open source lib
6
7
### Install
8
```julia
9
-Pkg.add("https://github.com/pazzo83/QuantLib.jl.git")
+using Pkg; Pkg.add("QuantLib")
10
```
11
Note: only supports versions of Julia 1.0 and up
12
0 commit comments