From 27e0fd073b3e56b64854a24b52a09840ea0c5763 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Fri, 24 Mar 2017 16:45:11 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad0f94d..75d17e4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The easiest way to get an Algo server running is to let it set up a _new_ virtua Windows: See the [Windows documentation](docs/WINDOWS.md) -4. Install Algo's remaining dependencies for your operating system. +4. Install Algo's remaining dependencies for your operating system. Using the same terminal window as the previous step, run: `pip install virtualenv && virtualenv env && source env/bin/activate && pip install -r requirements.txt`