From 5219cc409a21c060682d32688600252b978788db Mon Sep 17 00:00:00 2001 From: Dominic Letarte <36549301+domincl@users.noreply.github.com> Date: Tue, 8 Dec 2020 20:03:40 -0500 Subject: [PATCH] Fix README.md bad code block render --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b43cfc1..ec0e636 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ On Windows, the easiest way to set permanent environment variables (as of Window 1. Clone this repository. Navigate to the folder with the source code on your machine in a terminal window. 1. From there we recommend creating a [virtualenv](https://docs.python.org/3/library/venv.html) and activating it to avoid installing dependencies globaly on your computer. - - `virtualenv -p python3 env` - `source env/bin/activate` +``` + virtualenv -p python3 env + source env/bin/activate +``` 1. Install dependencies: