From 6d8fad05cf6e629395e1ea3712c887a03b541f1e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 9 Sep 2016 10:21:09 +0200 Subject: [PATCH] Add link and change wording --- 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 6c47ab031b2..eb567b48ffd 100644 --- a/source/developers/development_environment.markdown +++ b/source/developers/development_environment.markdown @@ -24,5 +24,5 @@ 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. -Note: If you are developing on the windows platform ensure you have the correct Microsoft Visual C++ Build tools installed. Please see [the Windows Compilers](https://wiki.python.org/moin/WindowsCompilers) section on the python site. Validation using Tox will fail if this is not done correctly. +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.