From 3ea9ce4538685602801356e30915564ed99b2f6a Mon Sep 17 00:00:00 2001 From: DubhAd Date: Tue, 18 Sep 2018 11:23:13 +0100 Subject: [PATCH] Highlighting the package names (#6269) Highlighting the package names because apparently we forgot to do so before --- source/_docs/z-wave/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index 95a7c6f2916..7e27a19c7f0 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -24,7 +24,7 @@ On Linux platforms (other than Hass.io) there is one dependency you will need to $ sudo apt-get install libudev-dev ``` -On Python 3.6 you may also have to install libpython3.6-dev, and possibly python3.6-dev. +On Python 3.6 you may also have to install `libpython3.6-dev`, and possibly `python3.6-dev`. ### {% linkable_title macOS %}