Spaces:
Sleeping
Sleeping
Commit
·
8c58028
1
Parent(s):
62494b0
pip instructions
Browse files
README.md
CHANGED
|
@@ -25,8 +25,15 @@ annealing, and classical optimization of constants.
|
|
| 25 |
|
| 26 |
Install [Julia](https://julialang.org/downloads/). Then, at the command line,
|
| 27 |
install the `Optim` package via: `julia -e 'import Pkg; Pkg.add("Optim")'`.
|
|
|
|
| 28 |
For python, you need to have Python 3, numpy, and pandas installed.
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
## Running:
|
| 31 |
|
| 32 |
### Quickstart
|
|
|
|
| 25 |
|
| 26 |
Install [Julia](https://julialang.org/downloads/). Then, at the command line,
|
| 27 |
install the `Optim` package via: `julia -e 'import Pkg; Pkg.add("Optim")'`.
|
| 28 |
+
|
| 29 |
For python, you need to have Python 3, numpy, and pandas installed.
|
| 30 |
|
| 31 |
+
You can install this package from PyPI with:
|
| 32 |
+
|
| 33 |
+
```
|
| 34 |
+
pip install pysr
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
## Running:
|
| 38 |
|
| 39 |
### Quickstart
|