Minimium install to get temperature to raspberry pi

Hi

So, list of commads to get ruuvitag temperature raspberry pi zero w?

I need to get temperature to print it to screen with python.

Installing rasbian and what next? is somewhere all commands? and nothing extra…

can I use python 2.7?

hello, for python, please take a look at https://github.com/ttu/ruuvitag-sensor

thanks, I get now temperature from ruuvitag, BUT temperature decimals is always 0 (example -4.0)? how i get exact desimals? or it is possible?

You need to use the tag in RAW mode, pressing the B button on the tag toggles between url and raw modes. The raw mode will provide 0.01 degree resolution to the temperature

Yes, of cource

Thank you!!