MilesCranmer commited on
Commit
1115381
1 Parent(s): 17f6afe

New julia pre-req

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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` package via: `julia -e 'import Pkg; Pkg.add("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