From 514786e8090a3a467c355d4e9676e5e0b4cb1975 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Wed, 15 May 2019 15:50:14 -0400
Subject: [PATCH] Update readme for windows

---
 readme.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/readme.md b/readme.md
index ab6be45..6cba9ce 100644
--- a/readme.md
+++ b/readme.md
@@ -55,6 +55,12 @@ Either of the above methods should essentially provide the same result.
     * To unload an environment, use `deactivate`.
         * When successfully unloaded, the console will no longer display the name of the environment.
 
+* Windows:
+    * To load an environment, use `. <path/to/environment>/Scripts/activate`.
+        * Ex: `. ./my_env/Scripts/activate`
+    * To unload an environment, use `deactivate`.
+    
+Another way to check is through the `which python`, `which pip`, `python -V`, and `pip -V` commands.
 
 ## Organizing Virtual Environments
 There are two general practices for organizing virtual environments.
-- 
GitLab