Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Truemedia/df9a6ea005b087a283e0753cf14e18b4 to your computer and use it in GitHub Desktop.
Save Truemedia/df9a6ea005b087a283e0753cf14e18b4 to your computer and use it in GitHub Desktop.
Rasa X - Raspberry Pi install
printf '[global]\ndownload_cache = ~/.cache/pip\n' >> ~/.pip/pip.conf
pip3 --no-cache-dir install tensorflow~=1.13.0
pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment