MilesCranmer commited on
Commit
b836a83
1 Parent(s): 3c8d9b9

Add instructions for M1 users

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -69,6 +69,8 @@ Common issues tend to be related to Python not finding Julia.
69
  To debug this, try running `python -c 'import os; print(os.environ["PATH"])'`.
70
  If none of these folders contain your Julia binary, then you need to add Julia's `bin` folder to your `PATH` environment variable.
71
 
 
 
72
  # Introduction
73
 
74
  Let's create a PySR example. First, let's import
 
69
  To debug this, try running `python -c 'import os; print(os.environ["PATH"])'`.
70
  If none of these folders contain your Julia binary, then you need to add Julia's `bin` folder to your `PATH` environment variable.
71
 
72
+ **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).
73
+
74
  # Introduction
75
 
76
  Let's create a PySR example. First, let's import