Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
5691c27
1
Parent(s):
e1e2d20
Note about Julia install
Browse files
README.md
CHANGED
@@ -41,6 +41,7 @@ PySR uses both Julia and Python, so you need to have both installed.
|
|
41 |
Install Julia - see [downloads](https://julialang.org/downloads/), and
|
42 |
then instructions for [mac](https://julialang.org/downloads/platform/#macos)
|
43 |
and [linux](https://julialang.org/downloads/platform/#linux_and_freebsd).
|
|
|
44 |
Then, at the command line,
|
45 |
install the `Optim` and `SpecialFunctions` packages via:
|
46 |
|
|
|
41 |
Install Julia - see [downloads](https://julialang.org/downloads/), and
|
42 |
then instructions for [mac](https://julialang.org/downloads/platform/#macos)
|
43 |
and [linux](https://julialang.org/downloads/platform/#linux_and_freebsd).
|
44 |
+
(Don't use the `conda-forge` version; it doesn't seem to work properly.)
|
45 |
Then, at the command line,
|
46 |
install the `Optim` and `SpecialFunctions` packages via:
|
47 |
|