How do I run a program installed with pip in windows?
I installed a program with pip (e.g. simple-plotter) in windows using the following command: py -m pip install simple-plotter How do I run the program I installed? In Linux, I can just type the command in a terminal, but if I type in windows, I get a "not recognized as an internal or external command" or if I run in Python I get a "No module named" error.