diff --git a/docs/startdevmkdocs.ps1 b/docs/startdevmkdocs.ps1 index 3fb3a42a..47967651 100644 --- a/docs/startdevmkdocs.ps1 +++ b/docs/startdevmkdocs.ps1 @@ -13,4 +13,7 @@ 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 \ No newline at end of file +start http://localhost:8010 #Opens Browser + +#Stop python +deactivate \ No newline at end of file