MilesCranmer commited on
Commit
dc9d777
1 Parent(s): 4c048fc

Installation instructions

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -3,6 +3,12 @@
3
  Symbolic regression built on Julia, and interfaced by Python.
4
  Uses regularized evolution and simulated annealing.
5
 
 
 
 
 
 
 
6
  ## Running:
7
 
8
  You can either call the program by calling the `eureqa` function from `eureqa.py`,
 
3
  Symbolic regression built on Julia, and interfaced by Python.
4
  Uses regularized evolution and simulated annealing.
5
 
6
+ ## Installation
7
+
8
+ Install [Julia](https://julialang.org/downloads/). Then, at the command line,
9
+ install the `Optim` package via: `julia -e 'import Pkg; Pkg.add("Optim")'`.
10
+ For python, you need to have Python 3, numpy, and pandas installed.
11
+
12
  ## Running:
13
 
14
  You can either call the program by calling the `eureqa` function from `eureqa.py`,