Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
f8b274c
1
Parent(s):
86ade53
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 |
---
|