So im trying to run an RSS bot for reddit and i get this i have installed PRAW via pip install --user praw. I am a basic user and haven't really messed with python.
Traceback (most recent call last): File "/home/*USER*/RSS/RSSBot.py", line 6, in <module> import praw ImportError: No module named 'praw'