I'm trying to install a python library from this software package called "Baseball on a stick" the instructions call to run installPythonLibs.py
. The issue I'm having is that when I hit enter, I get a window that opens up, asking me to choose an application to open the file in. Now this software comes with an instructional video that shows when you run this command, it should install a bunch of modules, not open up a "open with" window. the command line that im entering this into looks like this: C:\Users\Desktop\BBOS\src>installPythonLibs.py
Also, for more clearity, you can find the free software I downloaded at this location: https://sourceforge.net/projects/baseballonastic/
This page also has an instructional video, which shows what the end result of what I'm trying to do. What is causing this to open this "open with" window instead of installing the library? What do I need to do to fix it?
Thanks in advance!