From 5f64899fed765bd8d68270394321c27b92bde37a Mon Sep 17 00:00:00 2001 From: Phurinat Puekkham Date: Wed, 22 May 2019 23:25:23 +0700 Subject: [PATCH] Update virtualenv.md add command at Activate the environment for Windows user. --- docs/virtualenv.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/virtualenv.md b/docs/virtualenv.md index 60e73b7c..b7b36704 100644 --- a/docs/virtualenv.md +++ b/docs/virtualenv.md @@ -16,6 +16,7 @@ We recommend using virtualenv [details](http://docs.python-guide.org/en/latest/d 3. Activate the environment ```bash source ./venv/bin/activate + venv\Scripts\activate // for Windows ``` 4. After you're finished, deactivate the environment by running ```bash