Spaces:
Running
Running
Leave old instructions until new method is stable
Browse files
README.md
CHANGED
@@ -133,7 +133,7 @@ pip install -U pysr
|
|
133 |
```
|
134 |
3. Finally, to install Julia dependencies:
|
135 |
```bash
|
136 |
-
python3 -
|
137 |
```
|
138 |
|
139 |
---
|
|
|
133 |
```
|
134 |
3. Finally, to install Julia dependencies:
|
135 |
```bash
|
136 |
+
python3 -c 'import pysr; pysr.install()'
|
137 |
```
|
138 |
|
139 |
---
|