keenerd / rtl-sdr-misc

A bucket of various work-in-progress rtl-sdr ideas.
212 stars 173 forks source link

add requirements.txt? #23

Open srl295 opened 3 years ago

srl295 commented 3 years ago

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
Sn1PeR commented 11 months ago

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