Skip to content

Commit

Permalink
Merge branch 'main' into 762-docstring-for-abstractprocessrun-should-…
Browse files Browse the repository at this point in the history
…that-property-blocking-belongs-to-condition
  • Loading branch information
PhilippPlank authored Aug 3, 2023
2 parents 3a19a1d + 04228de commit e95482b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cd $HOME
curl -sSL https://install.python-poetry.org | python3 -
git clone [email protected]: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
Expand All @@ -90,7 +90,7 @@ pytest
cd $HOME
git clone [email protected]: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
Expand Down

0 comments on commit e95482b

Please sign in to comment.