diff --git a/readme.md b/readme.md
index ab6be45d55bddf6348222ca760c0bc9af66fc878..6cba9ce5c89348e7046677df1eb4cd5877b1cb17 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.