File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ both version 1 and 2.
102
102
```
103
103
pip install --user opencv-python matplotlib pillow tqdm
104
104
```
105
- Note that these may aleady be installed (e.g. on Cori) .
105
+ Note that some or all of these may aleady be installed.
106
106
107
107
See below for instructions for running on specific machines (e.g. Cori, Theta)
108
108
@@ -292,7 +292,13 @@ the `--config_file` command line argument. For example,
292
292
document.
293
293
294
294
All the system requirements (see above) have been installed on Cori except
295
- for the EQ/R swift extension.
295
+ for the python opencv package and the EQ/R swift extension.
296
+
297
+ * Install the python opencv package
298
+ ```
299
+ module load deeplearning
300
+ pip install --user opencv-python
301
+ ```
296
302
297
303
* Compile the EQ/R swift-t extension.
298
304
```
You can’t perform that action at this time.
0 commit comments