We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c842d1 commit 5409b8fCopy full SHA for 5409b8f
1 file changed
README.md
@@ -9,7 +9,8 @@ Create a conda virtual env ([miniconda](https://docs.conda.io/en/latest/minicond
9
```
10
conda create -n dto python=3.6
11
conda activate dto
12
-conda install scipy numpy pandas multiprocessing
+conda install scipy numpy pandas
13
+conda install -c conda-forge multiprocess
14
15
#### 2. [Optional] Job queuing system
16
Job queuing system [SLURM](http://slurm.schedmd.com/documentation.html) is preferred to enable high-throughput computing. SLURM version tested:
0 commit comments