Running Rasa development Version from RasaHQ

Hi, I am trying to build the rasa development version code obtained from https://github.com/RasaHQ/rasa.git. I cloned it to my pc and followed the instructions in the README. I built the code using the command inside the rasa folder, but I am not able to find the executable file to run rasa. Can you guide me on how to run the built code?

Hi,

If you follow the README then probably you use poetry that uses a virtual environment.

Try to run the following command:

$ poetry run rasa
1 Like

Thanks Tomasz, its working now.