Skip to content

Commit

Permalink
added instructions to readme which fix bug with install on mac machin…
Browse files Browse the repository at this point in the history
…es (#255)

Co-authored-by: Alex Schneidman <alexschneidman@devfair0117.h2.fair>
  • Loading branch information
ASchneidman and Alex Schneidman committed Aug 10, 2021
1 parent 4bc5701 commit 9812420
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ pip install -e .
pre-commit install
```

### Mac CPU-only machines

Only run the following if installing on a CPU only machine running Mac OS X.

```
conda env create -f env.common.yml
conda activate ocp-models
MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ pip install torch-cluster torch-scatter torch-sparse torch-spline-conv -f https://pytorch-geometric.com/whl/torch-1.8.0+cpu.html
pip install -e .
pre-commit install
```

## Download data

Dataset download links for all tasks can be found at [DATASET.md](https://github.com/Open-Catalyst-Project/ocp/blob/master/DATASET.md).
Expand Down

0 comments on commit 9812420

Please sign in to comment.