Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
1115381
1
Parent(s):
17f6afe
New julia pre-req
Browse files
README.md
CHANGED
@@ -24,7 +24,8 @@ annealing, and classical optimization of constants.
|
|
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`
|
|
|
28 |
|
29 |
For python, you need to have Python 3, numpy, and pandas installed.
|
30 |
|
|
|
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` and `SpecialFunctions` packages via:
|
28 |
+
`julia -e 'import Pkg; Pkg.add("Optim"); Pkg.add("SpecialFunctions")'`.
|
29 |
|
30 |
For python, you need to have Python 3, numpy, and pandas installed.
|
31 |
|