MilesCranmer commited on
Commit
822d42f
1 Parent(s): fd36d69

Encourage user to install updated pip package

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ python interface.
76
 
77
  | pip <br> (works everywhere) | conda <br>(Linux and Intel-based macOS) |
78
  |---|---|
79
- | 1. [Install Julia](https://julialang.org/downloads/)<br>2. Then, run: `pip install pysr`<br>3. Finally, to install Julia packages:<br>`python -c 'import pysr; pysr.install()'` | `conda install -c conda-forge pysr` |
80
 
81
  </div>
82
 
 
76
 
77
  | pip <br> (works everywhere) | conda <br>(Linux and Intel-based macOS) |
78
  |---|---|
79
+ | 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` |
80
 
81
  </div>
82