Created
May 25, 2019 10:42
-
-
Save Truemedia/df9a6ea005b087a283e0753cf14e18b4 to your computer and use it in GitHub Desktop.
Rasa X - Raspberry Pi install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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