Rasa Installation without pip commands

Hi All,

Is it possible to install Rasa without using pip ? Can we download packages (eg.1.6.1) from PyPI site and use Rasa? My company has policy restrictions, hence cannot use the pip commands.

You can try cloning the repo from github:

https://rasa.com/docs/rasa/user-guide/installation/#build-from-source

But after cloning, I think you’ll need to install all the dependencies/packages which are installed by pip. You’ll have to find your way through this.