Skip to content

Commit

Permalink
Update instr
Browse files Browse the repository at this point in the history
  • Loading branch information
yiming-kang committed Sep 14, 2020
1 parent 3c842d1 commit 5409b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5409b8f

Please sign in to comment.