ctjacobs / pyqso

PyQSO is a contact logging tool for amateur radio operators.
http://christianjacobs.uk/pyqso
GNU General Public License v3.0
79 stars 19 forks source link

Missing requirements file #63

Closed AlmightyOatmeal closed 6 years ago

AlmightyOatmeal commented 6 years ago

The project is missing a Python dependancies file: requirements.txt so when I run it, I run into dependency hell as I install each missing dependency by hand.

ctjacobs commented 6 years ago

I've now added a requirements.txt file and updated the steps in the README - Hopefully this will help. Unfortunately not all of the packages are available through PyPI so the requirements.txt is not a complete dependencies list.