Install Lava from GitHub Release binaries
mainYou can install Lava using published binaries from GitHub Releases. This is intended for users and does not include test access.
Steps:
- Download the
.tar.gzpackage for the desired version. - Create and activate a virtual environment.
- Install the local binary using
pip.
python -m venv .venv
source .venv/bin/activate ## Or Windows: .venv\Scripts\activate
pip install -U pip
# Substitute lava version needed for lava-nc-<version here>.tar.gz below
pip install lava-nc-0.9.0.tar.gz