From af89c0ac4caa03417b7410d3e049cf9221e14c8c Mon Sep 17 00:00:00 2001 From: PhilippPlank <32519998+PhilippPlank@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:44:40 +0200 Subject: [PATCH 1/2] Update README.md Updated version in install instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8a740275..7317912b2 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ cd $HOME curl -sSL https://install.python-poetry.org | python3 - git clone git@github.com:lava-nc/lava.git cd lava -git checkout v0.6.0 +git checkout v0.8.0 ./utils/githook/install-hook.sh poetry config virtualenvs.in-project true poetry install @@ -90,7 +90,7 @@ pytest cd $HOME git clone git@github.com:lava-nc/lava.git cd lava -git checkout v0.6.0 +git checkout v0.8.0 python3 -m venv .venv .venv\Scripts\activate pip install -U pip From 04228de854a3791aea6c88db96527ec2f5a0b657 Mon Sep 17 00:00:00 2001 From: Alexander Henkes <62153181+ahenkes1@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:48:23 +0200 Subject: [PATCH 2/2] Update README.md (#758) Updated the installation branch to the most recent version. Co-authored-by: PhilippPlank <32519998+PhilippPlank@users.noreply.github.com>