MilesCranmer commited on
Commit
bb4a4eb
1 Parent(s): 9c1e6af

Update instructions for SymbolicRegression install

Browse files
Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -56,14 +56,7 @@ install and precompile the `Optim` and `SpecialFunctions`
56
  packages via:
57
 
58
  ```bash
59
- julia -e 'using Pkg; pkg"add Optim; add SpecialFunctions; precompile;"'
60
- ```
61
-
62
- For python, you need to have Python 3, numpy, sympy, and pandas installed.
63
-
64
- You can install this package from PyPI with:
65
-
66
- ```bash
67
  pip install pysr
68
  ```
69
 
 
56
  packages via:
57
 
58
  ```bash
59
+ julia -e 'using Pkg; Pkg.add("SymbolicRegression"); using SymbolicRegression'
 
 
 
 
 
 
 
60
  pip install pysr
61
  ```
62