While there are several ways to install Mycroft, we have to put Mycroft on top of the other software we have already. Since Mycroft has to get along with the ROS, and all of the artificial intelligence packages we installed, such as TensorFlow, Theano, and Keras, it is better that we use the git clone method to download the source code and build Mycroft on the Raspberry Pi:
git clone https://github.com/MycroftAI/mycroft-core.gitcd Mycroft-corebash dev_setup.sh
Mycroft will create a virtual environment it needs to run. It also isolates the Mycroft package from the rest of the packages on the Raspberry PI.