rtl-sdr-misc icon indicating copy to clipboard operation
rtl-sdr-misc copied to clipboard

add requirements.txt?

Open srl295 opened this issue 4 years ago • 1 comments

Hello, Would it be helpful to add a requirements.txt next to heatmap.py so that you can run pip install -r requirements.txt to run it? With the following contents:

# pip install -r requirements.txt
image>=1.5.33

srl295 avatar Mar 30 '21 17:03 srl295

To add to this, the latest version of Pillow removed the getsize method, to fix this: Pillow==9.5.0

Sn1PeR avatar Oct 25 '23 17:10 Sn1PeR