#! /bin/bash . ~/.local/share/ffx.venv/bin/activate pushd ~/.local/src/ffx/ git checkout main git pull pip install --editable . popd deactivate