MilesCranmer commited on
Commit
dc1a4e7
1 Parent(s): 0e8b257

Update M-series installation instructions

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ Common issues tend to be related to Python not finding Julia.
87
  To debug this, try running `python -c 'import os; print(os.environ["PATH"])'`.
88
  If none of these folders contain your Julia binary, then you need to add Julia's `bin` folder to your `PATH` environment variable.
89
 
90
- **Running PySR on macOS with an M1 processor:** you should use the pip version, and make sure to get the Julia binary for M1 processors. You might have to scroll down to [upcoming releases](https://julialang.org/downloads/#upcoming_release).
91
 
92
  # Introduction
93
 
 
87
  To debug this, try running `python -c 'import os; print(os.environ["PATH"])'`.
88
  If none of these folders contain your Julia binary, then you need to add Julia's `bin` folder to your `PATH` environment variable.
89
 
90
+ **Running PySR on macOS with an M1 processor:** you should use the pip version, and make sure to get the Julia binary for ARM/M-series processors.
91
 
92
  # Introduction
93