Python 3.6, 3.7 or 3.8
First make sure that pip is up to date:
python -m pip install -U pip
Install within a virtual environment:
python -m pip install --user pipx
pipx install virtualenv
virtualenv venv
./venv/Scripts/activate
pip install rasa[full]
To install the NLP model:
python -m spacy download en_core_web_md
rasa shell
rasa shell nlu
Open up a new shell, separate from where you will run the rasa shell:
rasa run actions