From 359031c6bb721078a8cbb38870314740cdfb8281 Mon Sep 17 00:00:00 2001 From: FarhadMohseni Date: Thu, 31 Jan 2019 16:58:12 +0330 Subject: [PATCH] Correct typo in Run on windows section virutalenv to virtualenv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f6e4bb..52d3d45 100755 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ If You're On A Windows Machine , Make Environment Ready By Following Steps Below 3. Make Environment Ready Like This: ``` Command Prompt cd bestoon -virutalenv -p "PATH\TO\Python.exe" build # Give Full Path To python.exe +virtualenv -p "PATH\TO\Python.exe" build # Give Full Path To python.exe build\Scripts\activate # Activate The Virutal Environment pip install -r requirements.txt move bestoon\settings.py.sample bestoon/settings.py