From 0dd4fd66d3ee190d9b19f881d2d27f30fa27cc61 Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Wed, 30 May 2018 15:38:56 -0400 Subject: [PATCH] Add blank line to fix formatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70a643f6..de7f0cbe 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ./script/setup The setup script will create a new Python virtual environment for the application to use. All of the scripts will activate this virutal envirnment automatically, but you can also manually activate it like this: + source .venv/bin/activate If you want to automatically load the virtual environment whenever you enter the project directory, take a look at [direnv](https://direnv.net/)