-1

I'm trying to download SimPy via pip but when I type "pip install simpy" my command line gives me this message : 'pip' is not recognized as an internal or external command, operable program or batch file. Then I tried typing "python" to check my Python version but it gave me the same message : 'python' is not recognized as an internal or external command, operable program or batch file. Does anyone know what might be the problem?

Thank you in advance!

fermat
  • 3
  • 3

1 Answers1

0

I had this error and i fixed it by making sure python was on my path. an easy way of doing this is to re-install python and on the start up wizard right click the options and select'add to path'

Joshua Nixon
  • 1,379
  • 2
  • 12
  • 25