Can not run rasa init

Hello, I´m trying to build my first rasa chatbot, but can´t start rasa at all… I´m using Windows 10 and Visual Studio Code and Python 3.9. I managed to install rasa, but when I try “rasa init” it says that rasa is not recognized as cmd, function, script or program. It says that it might be a wrong path or a spelling mistake… since I am no programmer I am a bit out of ideas. I´m looking forward to your answears!

Rasa doesn’t support Python 3.9 Yet. Use Python 3.7.X to use rasa.

If you want to use modules that work on a more recent version of python, Python 3.8.X seems to work for me too! :smiley: