mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
fixed a typo (#982)
Fix of typos in development_environment.markdown by @JSprengard
This commit is contained in:
parent
87b6bad79e
commit
f3d247987e
@ -27,7 +27,7 @@ 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.
|
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 contain compatibility improvements and add automatic use of compilers:
|
Ensure you install or upgrade the Setuptools Python package. It contains compatibility improvements and adds automatic use of compilers:
|
||||||
```bash
|
```bash
|
||||||
pip install --upgrade setuptools
|
pip install --upgrade setuptools
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user