Dhananjay Ashok commited on
Commit
12aa72d
1 Parent(s): 35b3043

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -65,7 +65,6 @@ pip install pysr
65
  ```
66
 
67
  # Quickstart
68
-
69
  ```python
70
  import numpy as np
71
  from pysr import pysr, best, get_hof
@@ -106,3 +105,7 @@ This is a pandas table, with additional columns:
106
  - `sympy_format` - sympy equation.
107
  - `lambda_format` - a lambda function for that equation, that you can pass values through.
108
 
 
 
 
 
 
65
  ```
66
 
67
  # Quickstart
 
68
  ```python
69
  import numpy as np
70
  from pysr import pysr, best, get_hof
 
105
  - `sympy_format` - sympy equation.
106
  - `lambda_format` - a lambda function for that equation, that you can pass values through.
107
 
108
+ You can also quick start by navigating to the root directory and simply calling
109
+ ```
110
+ python main.py
111
+ ```