Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
dc1a4e7
1
Parent(s):
0e8b257
Update M-series installation instructions
Browse files
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
|
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 |
|