You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing and benchmarking utilities for automatic differentiation (AD) in Julia, based on [DifferentiationInterface](https://github.com/gdalle/DifferentiationInterface.jl/tree/main/DifferentiationInterface).
13
13
@@ -29,7 +29,15 @@ Make it easy to know, for a given function:
29
29
30
30
## Installation
31
31
32
-
Until the package is registered, you need to install it from the GitHub repo:
32
+
To install the stable version of the package, run the following code in a Julia REPL:
33
+
34
+
```julia
35
+
julia>using Pkg
36
+
37
+
julia> Pkg.add("DifferentiationInterfaceTest")
38
+
```
39
+
40
+
To install the development version, run this instead:
33
41
34
42
```julia
35
43
julia>using Pkg
@@ -44,11 +52,3 @@ julia> Pkg.add(
44
52
subdir="DifferentiationInterfaceTest"
45
53
)
46
54
```
47
-
48
-
Once the package is registered, you will be able to do:
0 commit comments