Adding deactivate to mkdocs dev script
silversword411 committed
May 16, 2022 at 22:34 UTC
f8ee2064af0aaf8f24d0ddd24b00ece2c0d2f7b0
1 file changed
+4
-1
docs/startdevmkdocs.ps1
+4
-1
@@ -13,4 +13,7 @@ pip install mkdocs-material #only 1st time
13
14
#Run mkdocs and look at changes as you make them
15
mkdocs serve
16
-start http://localhost:8010 #Opens Browser
\ No newline at end of file
16
+start http://localhost:8010 #Opens Browser
17
+
18
+#Stop python
19
+deactivate
\ No newline at end of file