Spaces:
Sleeping
Sleeping
Clean up installation instructions
Browse files
README.md
CHANGED
|
@@ -42,13 +42,16 @@ then instructions for [mac](https://julialang.org/downloads/platform/#macos)
|
|
| 42 |
and [linux](https://julialang.org/downloads/platform/#linux_and_freebsd).
|
| 43 |
Then, at the command line,
|
| 44 |
install the `Optim` and `SpecialFunctions` packages via:
|
| 45 |
-
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
For python, you need to have Python 3, numpy, sympy, and pandas installed.
|
| 48 |
|
| 49 |
You can install this package from PyPI with:
|
| 50 |
|
| 51 |
-
```
|
| 52 |
pip install pysr
|
| 53 |
```
|
| 54 |
|
|
|
|
| 42 |
and [linux](https://julialang.org/downloads/platform/#linux_and_freebsd).
|
| 43 |
Then, at the command line,
|
| 44 |
install the `Optim` and `SpecialFunctions` packages via:
|
| 45 |
+
|
| 46 |
+
```bash
|
| 47 |
+
julia -e 'import Pkg; Pkg.add("Optim"); Pkg.add("SpecialFunctions")'
|
| 48 |
+
```
|
| 49 |
|
| 50 |
For python, you need to have Python 3, numpy, sympy, and pandas installed.
|
| 51 |
|
| 52 |
You can install this package from PyPI with:
|
| 53 |
|
| 54 |
+
```bash
|
| 55 |
pip install pysr
|
| 56 |
```
|
| 57 |
|