Skip to content

Files

Latest commit

 

History

History
27 lines (13 loc) · 472 Bytes

update.rst

File metadata and controls

27 lines (13 loc) · 472 Bytes

Updating LISA

Once LISA has been successfully installed on your computer, the steps below can be used to keep it updated.

To update the the local repo, ensure you are in the main branch and run

git pull

If you installed LISA, reinstall to get the latest version.

python3 -m pip install .[azure,libvirt]

If you're using a virtual environment, recreate the virtual environment.

nox -vs dev