From 5f5b98842508ab38f5924216e644a17c7c85bb4e Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 2 Mar 2021 10:41:10 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa7a470..724ddf5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - Fork this repo and then clone the fork to your local computer - Make sure you are using a `venv` python environment - - e.g. `source ~/ga-env/bin/active` + - e.g. `source ~/ga-env/bin/activate` - create a new environment and use that - Install dependencies with `python -m pip install -r requirements.txt`