MilesCranmer commited on
Commit
ae34ce8
1 Parent(s): 1669536

Clear up installation instructions

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ python interface.
60
 
61
  | pip | conda |
62
  |---|---|
63
- | 1. Install Julia (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
 
65
  This last step will install and update the required Julia packages, including
66
  `PyCall.jl`.
 
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
 
65
  This last step will install and update the required Julia packages, including
66
  `PyCall.jl`.