pydata / parallel-tutorial

Parallel computing in Python tutorial materials
300 stars 111 forks source link

README environment set-up, separate environment? #1

Open vestuto opened 7 years ago

vestuto commented 7 years ago

Given all the tutorials students are running, may be better to advise them to create a separate environment for this tutorial, rather than using root. For example, consider including the additional step below into the README, instead of assuming they should install all the packages for this tutorial into root:

conda create -n parallel
source activate parallel
conda install jupyter pytables matplotlib scikit-learn