swsrkty/ISS-Tracker

Use a requirements.txt

Closed this issue · 5 comments

Otherwise users might get errors like:

> python iss.py
Traceback (most recent call last):
  File "iss.py", line 4, in <module>
    import plotly.express as px
ModuleNotFoundError: No module named 'plotly'

Then mentioning the installation process in the readme would be helpful too.

Thank you for checking it out. I've fixed it : )

What about PyQt5?

Added it, thanks!