timofurrer / w1thermsensor

A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
MIT License
493 stars 113 forks source link

Added clarification about CLI command in README.md #27

Closed lorthirk closed 7 years ago

lorthirk commented 7 years ago

Just a small clarification about issue #26, to specify that the CLI tool does get installed only with python3-w1thermsensor package

codecov-io commented 7 years ago

Current coverage is 62.20% (diff: 100%)

Merging #27 into master will not change coverage

@@             master        #27   diff @@
==========================================
  Files             4          4          
  Lines           172        172          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            107        107          
  Misses           65         65          
  Partials          0          0          

Powered by Codecov. Last update 676b7b7...b3b08e2

timofurrer commented 7 years ago

I really appreciate this kind of contributions! It's just awesome to see people take the initiative and fix/document things.

Cheers :beers:

lorthirk commented 7 years ago

I took me just five minutes, and it's nothing compared on how much time you will save me thanks to this library :)

Plus, I hope I could spare these 5 minutes to someone else who faces the same issue in the future!