Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
d4db4ce
1
Parent(s):
351f4f2
Update README instructions for installing backend
Browse files
README.md
CHANGED
@@ -51,9 +51,8 @@ Install Julia - see [downloads](https://julialang.org/downloads/), and
|
|
51 |
then instructions for [mac](https://julialang.org/downloads/platform/#macos)
|
52 |
and [linux](https://julialang.org/downloads/platform/#linux_and_freebsd).
|
53 |
(Don't use the `conda-forge` version; it doesn't seem to work properly.)
|
54 |
-
Then, at the command line,
|
55 |
-
|
56 |
-
packages via:
|
57 |
|
58 |
```bash
|
59 |
julia -e 'using Pkg; Pkg.add("SymbolicRegression"); using SymbolicRegression'
|
|
|
51 |
then instructions for [mac](https://julialang.org/downloads/platform/#macos)
|
52 |
and [linux](https://julialang.org/downloads/platform/#linux_and_freebsd).
|
53 |
(Don't use the `conda-forge` version; it doesn't seem to work properly.)
|
54 |
+
Then, at the command line, install and precompile the backend
|
55 |
+
and Python frontend with:
|
|
|
56 |
|
57 |
```bash
|
58 |
julia -e 'using Pkg; Pkg.add("SymbolicRegression"); using SymbolicRegression'
|