MilesCranmer commited on
Commit
f8b274c
1 Parent(s): 86ade53

Leave old instructions until new method is stable

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -133,7 +133,7 @@ pip install -U pysr
133
  ```
134
  3. Finally, to install Julia dependencies:
135
  ```bash
136
- python3 -m pysr install
137
  ```
138
 
139
  ---
 
133
  ```
134
  3. Finally, to install Julia dependencies:
135
  ```bash
136
+ python3 -c 'import pysr; pysr.install()'
137
  ```
138
 
139
  ---