You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having trouble running this, if im on windows do I run the file in the python interpreter or the command line. Are there any examples of how to run this on windows?
The text was updated successfully, but these errors were encountered:
The command line. If you have python for windows installed, I think you can be in your terminal/command prompt, and change to the right directory and run:
py fetch_links.py politics 2017-1-1 2017-2-1
or maybe
python fetch_links.py politics 2017-1-1 2017-2-1
You're right, the instructions are terribly unhelpful for windows users. Let's fix that up.
Having trouble running this, if im on windows do I run the file in the python interpreter or the command line. Are there any examples of how to run this on windows?
The text was updated successfully, but these errors were encountered: