From d4919ffd09ecf99abad723dc6b2933441cacf78c Mon Sep 17 00:00:00 2001 From: Ross Mountjoy Date: Sun, 2 Feb 2020 19:28:07 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fa667c..4c43d7c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ docker create \ ### Python Instructions are for linux. ``` -virtualenv DashMachineEnv +virtualenv --python=python3 DashMachineEnv cd DashMachineEnv && source bin/activate git clone https://git.wolf-house.net/ross/DashMachine.git cd DashMachine && pip install -r requirements.txt