Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo committed Jan 2, 2024
1 parent ef8b579 commit decd2c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ Technically, the last two candidates aim both for forward sensitivities, so incl

2\. Install [*ForwardDiffChainRules.jl*](https://github.com/ThummeTo/ForwardDiffChainRules.jl):
```julia-repl
(@v1.6) pkg> add ForwardDiffChainRules
(@v1) pkg> add ForwardDiffChainRules
```

3\. If you want to check that everything works correctly, you can run the tests bundled with [*ForwardDiffChainRules.jl*](https://github.com/ThummeTo/ForwardDiffChainRules.jl):
```julia-repl
(@v1.6) pkg> test ForwardDiffChainRules
(@v1) pkg> test ForwardDiffChainRules
```

4\. Have a look inside the [examples folder](https://github.com/ThummeTo/ForwardDiffChainRules.jl/tree/main/examples).

## How can I add a dispatch for ForwardDiff based on an existing `frule`?
```julia
using ForwardDiffChainRules
Expand Down

0 comments on commit decd2c4

Please sign in to comment.