Skip to content

Commit c55963a

Browse files
authored
Windows Development Notes
Ensure developers know you need the Microsoft Visual C++ Build tools installed
1 parent 9769bd5 commit c55963a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/developers/development_environment.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ On Windows you can use `python setup.py develop` instead of the setup script.
2424

2525
After following these steps, running `hass` will invoke your local installation.
2626

27+
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.
28+

0 commit comments

Comments
 (0)