Rod-Persky / investoscope-easy-update

Updates Investoscope 3 end of day quotes
GNU General Public License v3.0
6 stars 3 forks source link

Update README with module install instructions #3

Closed jashsayani closed 6 years ago

jashsayani commented 6 years ago

The script uses some modules and my machines doesnt have them. When I run the script, I see: ModuleNotFoundError: No module named 'requests'

The README file should contain instructions on how to install dependencies / modules used by the script.

charlietomo commented 6 years ago

I am no expert but had the same issue and fixed it by running pip3 install requests.

jashsayani commented 6 years ago

I tried it out but I still see missing modules. Also, it should be in the README file.

Rod-Persky commented 6 years ago

+1 will fix

Rod-Persky commented 6 years ago

👍 sorted