Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
155233f
1
Parent(s):
980d0cf
Update installation instructions
Browse files
README.md
CHANGED
@@ -65,7 +65,8 @@ You can install PySR with:
|
|
65 |
pip3 install pysr
|
66 |
python3 -c 'import pysr; pysr.install()'
|
67 |
```
|
68 |
-
The second line will install the required Julia packages
|
|
|
69 |
|
70 |
|
71 |
Most common issues at this stage are solved
|
|
|
65 |
pip3 install pysr
|
66 |
python3 -c 'import pysr; pysr.install()'
|
67 |
```
|
68 |
+
The second line will install and update the required Julia packages, including
|
69 |
+
`PyCall.jl`.
|
70 |
|
71 |
|
72 |
Most common issues at this stage are solved
|