core/scripts/update

7 lines
298 B
Plaintext
Raw Normal View History

2015-08-31 05:33:59 +00:00
echo "The update script has been deprecated since Home Assistant v0.7"
echo
echo "Home Assistant is now distributed via PyPi and can be installed and"
echo "upgraded by running: pip3 install --upgrade homeassistant"
echo
echo "If you are developing a new feature for Home Assistant, run: git pull"