Skip to content

Commit f9f9619

Browse files
authored
Fixed Cori docs
1 parent f0409cb commit f9f9619

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

workflows/p2b1_mlrMBO/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ both version 1 and 2.
102102
```
103103
pip install --user opencv-python matplotlib pillow tqdm
104104
```
105-
Note that these may aleady be installed (e.g. on Cori).
105+
Note that some or all of these may aleady be installed.
106106

107107
See below for instructions for running on specific machines (e.g. Cori, Theta)
108108

@@ -292,7 +292,13 @@ the `--config_file` command line argument. For example,
292292
document.
293293

294294
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+
```
296302

297303
* Compile the EQ/R swift-t extension.
298304
```

0 commit comments

Comments
 (0)