We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf617fc commit b897784Copy full SHA for b897784
docs/machine-learning/how-to-guides/install-extra-dependencies.md
@@ -90,5 +90,5 @@ No extra installation steps required. The library is installed when the NuGet pa
90
1. Install the library with `Homebrew`
91
92
```bash
93
- brew update && brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f5b1ac99a7fba27c19cee0bc4f036775c889b359/Formula/libomp.rb && brew link libomp --force
+ wget https://raw.githubusercontent.com/Homebrew/homebrew-core/fb8323f2b170bd4ae97e1bac9bf3e2983af3fdb0/Formula/libomp.rb && brew install ./libomp.rb && brew link libomp --force
94
```
0 commit comments