From 5409b8fd65c4177e69453f30b3110ce0c43d2ac3 Mon Sep 17 00:00:00 2001 From: yiming-kang Date: Mon, 14 Sep 2020 12:48:21 -0500 Subject: [PATCH] Update instr --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 019642b..3a3be62 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Create a conda virtual env ([miniconda](https://docs.conda.io/en/latest/minicond ``` conda create -n dto python=3.6 conda activate dto -conda install scipy numpy pandas multiprocessing +conda install scipy numpy pandas +conda install -c conda-forge multiprocess ``` #### 2. [Optional] Job queuing system Job queuing system [SLURM](http://slurm.schedmd.com/documentation.html) is preferred to enable high-throughput computing. SLURM version tested: