README environment set-up, separate environment?
vestuto opened this issue · 0 comments
vestuto commented
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