File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
DifferentiationInterfaceTest Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,20 @@ We support all of the backends defined by [ADTypes.jl](https://github.com/SciML/
53
53
To install the stable version of the package, run the following code in a Julia REPL:
54
54
55
55
``` julia
56
- julia > using Pkg
56
+ using Pkg
57
57
58
- julia > Pkg. add (" DifferentiationInterface" )
58
+ Pkg. add (" DifferentiationInterface" )
59
59
```
60
60
61
61
To install the development version, run this instead:
62
62
63
63
``` julia
64
- julia > using Pkg
64
+ using Pkg
65
65
66
- julia > Pkg. add (
67
- url= " https://github.com/gdalle/DifferentiationInterface.jl" ,
68
- subdir= " DifferentiationInterface"
69
- )
66
+ Pkg. add (
67
+ url= " https://github.com/gdalle/DifferentiationInterface.jl" ,
68
+ subdir= " DifferentiationInterface"
69
+ )
70
70
```
71
71
72
72
## Example
Original file line number Diff line number Diff line change @@ -33,23 +33,23 @@ Make it easy to know, for a given function:
33
33
To install the stable version of the package, run the following code in a Julia REPL:
34
34
35
35
``` julia
36
- julia > using Pkg
36
+ using Pkg
37
37
38
- julia > Pkg. add (" DifferentiationInterfaceTest" )
38
+ Pkg. add (" DifferentiationInterfaceTest" )
39
39
```
40
40
41
41
To install the development version, run this instead:
42
42
43
43
``` julia
44
- julia > using Pkg
44
+ using Pkg
45
45
46
- julia > Pkg. add (
47
- url= " https://github.com/gdalle/DifferentiationInterface.jl" ,
48
- subdir= " DifferentiationInterface"
49
- )
46
+ Pkg. add (
47
+ url= " https://github.com/gdalle/DifferentiationInterface.jl" ,
48
+ subdir= " DifferentiationInterface"
49
+ )
50
50
51
- julia > Pkg. add (
52
- url= " https://github.com/gdalle/DifferentiationInterface.jl" ,
53
- subdir= " DifferentiationInterfaceTest"
54
- )
51
+ Pkg. add (
52
+ url= " https://github.com/gdalle/DifferentiationInterface.jl" ,
53
+ subdir= " DifferentiationInterfaceTest"
54
+ )
55
55
```
You can’t perform that action at this time.
0 commit comments