Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
6aa3e92
1
Parent(s):
fdf3f16
Better Julia install instructions
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ annealing, and classical optimization of constants.
|
|
23 |
|
24 |
## Installation
|
25 |
|
26 |
-
Install [
|
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.
|
|
|
23 |
|
24 |
## Installation
|
25 |
|
26 |
+
Install Julia - see instructions for [mac](https://julialang.org/downloads/platform/#macos) and [linux](https://julialang.org/downloads/platform/#linux_and_freebsd). 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.
|