Dear community,
I just try to install otree on a new computer and tried with both "pip3 install -U otree" and "pip3 install -U "otree<5"". But whenever I try to run a command start with otree in windows Powershell, I get the following output.
otree : The term 'otree' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ otree startproject abc
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (otree:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I tried to uninstall otree via "pip3 uninstall otree" before re-installing again, but I get same error.
Thank you for your help.