Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
b810fd2
1
Parent(s):
b836a83
Specify operating systems in instructions
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ python interface.
|
|
58 |
|
59 |
# Installation
|
60 |
|
61 |
-
| pip | conda |
|
62 |
|---|---|
|
63 |
| 1. Install Julia manually (see [downloads](https://julialang.org/downloads/))<br>2. `pip install pysr`<br>3. `python -c 'import pysr; pysr.install()'` | 1. `conda install -c conda-forge pysr`<br>2. `python -c 'import pysr; pysr.install()'`|
|
64 |
|
|
|
58 |
|
59 |
# Installation
|
60 |
|
61 |
+
| pip (macOS, Linux, Windows) | conda (macOS - only Intel, Linux) |
|
62 |
|---|---|
|
63 |
| 1. Install Julia manually (see [downloads](https://julialang.org/downloads/))<br>2. `pip install pysr`<br>3. `python -c 'import pysr; pysr.install()'` | 1. `conda install -c conda-forge pysr`<br>2. `python -c 'import pysr; pysr.install()'`|
|
64 |
|