From 6d09e0d28d8d8166edb7ddc8680e50d2e9d37a79 Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Sat, 16 May 2015 16:31:27 -0700 Subject: [PATCH] Clarified readme for windows --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 938b067..d420dca 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Flashy requires Python 2. Srsly All of these commands should be run from this directory (the one containing README.md) +Virtualenv for Windows creates a dir inexplicably named scripts rather than bin. So substitute venv/bin for venv/scripts if you are on Windows. + Install virtualenv before continuing. This is most easily accomplished with: pip install virtualenv -- 1.9.1