How to use dev branch

Hi,

I’ve installed the HA image: https://home-assistant.io/getting-started/installation-raspberry-pi-image/
Now I’m trying to use the dev branch using: sudo pip3 install --upgrade git+git://github.com/home-assistant/home-assistant.git@dev but for some reason nothing happens. Everything install without any errors but my HA never change to version 0.36 (dev) and it’s always on 0.35 (release).

Thanks.

Regards,
JS

You have to enable the virtual environment first.
https://home-assistant.io/getting-started/installation-raspberry-pi-image/#update-home-assistant-on-hassbian

1 Like

Great, thanks!