Add note on prerequisites to Environment Canada (#9951)

* Add note regarding prerequisites

* 🚑 Fixed Markdown. Mixed with HTML requires spacing.
This commit is contained in:
michaeldavie 2019-07-23 06:24:56 -04:00 committed by Franck Nijhof
parent b1c42a1b43
commit d662b36198

View File

@ -18,6 +18,13 @@ The following device types and data are supported:
- [Sensor](#sensor) - Current conditions and alerts - [Sensor](#sensor) - Current conditions and alerts
- [Camera](#camera) - Radar imagery - [Camera](#camera) - Radar imagery
<p class='note'>
On Raspbian or Hassbian, you may need to manually install additional prerequisites with the following command:
`sudo apt-get install libatlas-base-dev libopenjp2-7`
</p>
## Location Selection ## Location Selection
Each platform automatically determines which weather station's data to use. However, as station coordinates provided by Environment Canada are somewhat imprecise, in some cases you may need to override the automatic selection to use the desired station. Each platform automatically determines which weather station's data to use. However, as station coordinates provided by Environment Canada are somewhat imprecise, in some cases you may need to override the automatic selection to use the desired station.