Skip to content

Commit

Permalink
Fix #1339 redux: the predictoor.md fix had been removed in the commit…
Browse files Browse the repository at this point in the history
… that followed it 8879dbc
  • Loading branch information
trentmc committed Jul 9, 2024
1 parent 92dad40 commit 632c668
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion READMEs/predictoor.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2023 Ocean Protocol Foundation
Copyright 2024 Ocean Protocol Foundation
SPDX-License-Identifier: Apache-2.0
-->

Expand Down Expand Up @@ -58,7 +58,11 @@ curl https://raw.githubusercontent.com/oceanprotocol/contracts/main/addresses/ad
If you're running MacOS, then in console:

```console
# so that sapphire.py works. Details in #66
codesign --force --deep --sign - venv/sapphirepy_bin/sapphirewrapper-arm64.dylib

# so that xgboost works. Details in #1339
brew install libomp
```

## 2. Simulate Modeling and Trading
Expand Down

0 comments on commit 632c668

Please sign in to comment.