From ac311157503b225875f182efcd3606592a3e03fd Mon Sep 17 00:00:00 2001 From: bobloy Date: Thu, 30 Jul 2020 10:50:10 -0400 Subject: [PATCH] Update README.md Mention using virtual environment --- chatter/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chatter/README.md b/chatter/README.md index 1c22e8d..42f92be 100644 --- a/chatter/README.md +++ b/chatter/README.md @@ -66,6 +66,8 @@ You need to get a copy of the requirements.txt provided with chatter, I recommen #### Step 2: Install Requirements +Make sure you have your virtual environment that you installed Red on activated before starting this step. See the Red Docs for details on how. + In a terminal running as an admin, navigate to the directory containing this repo. I've used my install directory as an example.