Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
81463ee
1
Parent(s):
e0d94cd
Re-link downloads for julia
Browse files
README.md
CHANGED
@@ -23,7 +23,10 @@ annealing, and classical optimization of constants.
|
|
23 |
|
24 |
## Installation
|
25 |
|
26 |
-
Install Julia - see
|
|
|
|
|
|
|
27 |
install the `Optim` and `SpecialFunctions` packages via:
|
28 |
`julia -e 'import Pkg; Pkg.add("Optim"); Pkg.add("SpecialFunctions")'`.
|
29 |
|
|
|
23 |
|
24 |
## Installation
|
25 |
|
26 |
+
Install Julia - see [downloads](https://julialang.org/downloads/), and
|
27 |
+
then instructions for [mac](https://julialang.org/downloads/platform/#macos)
|
28 |
+
and [linux](https://julialang.org/downloads/platform/#linux_and_freebsd).
|
29 |
+
Then, at the command line,
|
30 |
install the `Optim` and `SpecialFunctions` packages via:
|
31 |
`julia -e 'import Pkg; Pkg.add("Optim"); Pkg.add("SpecialFunctions")'`.
|
32 |
|