From a6589ed3ccbad463a74d27ec089a2ced93143d24 Mon Sep 17 00:00:00 2001 From: Maggie Oates Date: Fri, 25 Jan 2019 15:11:33 -0500 Subject: [PATCH] minor correction in README install instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6ae6eb9..d37723a 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,16 @@ If it prints out some stuff then it has installed correctly ```conda create -n ml5 python=3.5.2``` +You've now created a new environment named m15. To activate it, run + +```conda activate m15``` + This should put (ml5) in parenthesis at the beginning of your terminal line. ### Install modules +You'll install a few python modules inside this environment. + ```pip install numpy==1.10.4``` ```pip install scipy==0.17.0```