Skip to content

Commit 5409b8f

Browse files
committed
Update instr
1 parent 3c842d1 commit 5409b8f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Create a conda virtual env ([miniconda](https://docs.conda.io/en/latest/minicond
99
```
1010
conda create -n dto python=3.6
1111
conda activate dto
12-
conda install scipy numpy pandas multiprocessing
12+
conda install scipy numpy pandas
13+
conda install -c conda-forge multiprocess
1314
```
1415
#### 2. [Optional] Job queuing system
1516
Job queuing system [SLURM](http://slurm.schedmd.com/documentation.html) is preferred to enable high-throughput computing. SLURM version tested:

0 commit comments

Comments
 (0)