From 2eba8a3a8c8e36002b693608d0897224245fc582 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 2 Oct 2016 13:45:17 -0700 Subject: [PATCH] Update development_environment.markdown --- source/developers/development_environment.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/development_environment.markdown b/source/developers/development_environment.markdown index 50d978a8b25..2264698c9aa 100644 --- a/source/developers/development_environment.markdown +++ b/source/developers/development_environment.markdown @@ -24,7 +24,7 @@ On Windows you can use `python setup.py develop` instead of the setup script. After following these steps, running `hass` will invoke your local installation. -###Developing on Windows +### Developing on Windows If you are using Windows as a development platform ensure you have the correct Microsoft Visual C++ build tools installed. Please check [the Windows Compilers](https://wiki.python.org/moin/WindowsCompilers) section on the [Python website](https://www.python.org/) for details. Validation using `tox` will fail if this is not done correctly. Ensure you install or upgrade the Setuptools Python package. It contains compatibility improvements and adds automatic use of compilers: