Adding deactivate to mkdocs dev script

This commit is contained in:
silversword411 2022-05-16 22:34:18 -04:00
parent 97fe37a8e6
commit f8ee2064af

View File

@ -14,3 +14,6 @@ pip install mkdocs-material #only 1st time
#Run mkdocs and look at changes as you make them
mkdocs serve
start http://localhost:8010 #Opens Browser
#Stop python
deactivate