MilesCranmer commited on
Commit
134a0cd
1 Parent(s): a03df70

Recommend pip installs

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -73,7 +73,7 @@ python interface.
73
 
74
  <div align="center">
75
 
76
- | pip <br> (works everywhere) | conda <br>(Linux and Intel-based macOS) |
77
  |---|---|
78
  | 1. [Install Julia](https://julialang.org/downloads/)<br>2. Then, run: `pip install -U pysr`<br>3. Finally, to install Julia packages:<br>`python -c 'import pysr; pysr.install()'` | `conda install -c conda-forge pysr` |
79
 
 
73
 
74
  <div align="center">
75
 
76
+ | pip - **recommended** <br> (works everywhere) | conda <br>(Linux and Intel-based macOS) |
77
  |---|---|
78
  | 1. [Install Julia](https://julialang.org/downloads/)<br>2. Then, run: `pip install -U pysr`<br>3. Finally, to install Julia packages:<br>`python -c 'import pysr; pysr.install()'` | `conda install -c conda-forge pysr` |
79