Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill authored Sep 29, 2022
1 parent b9a1c49 commit e9a2a70
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 @@ -132,7 +132,7 @@ tutorial.](https://github.com/lava-nc/lava/blob/main/tutorials/in_depth/tutorial
cd $HOME
git clone [email protected]:lava-nc/lava-optimization.git
cd lava-optimization
pip install "poetry>=1.1.13"
curl -sSL https://install.python-poetry.org | python3 -
poetry config virtualenvs.in-project true
poetry install
source .venv/bin/activate
Expand All @@ -147,7 +147,7 @@ cd lava-optimization
python3 -m venv .venv
.venv\Scripts\activate
pip install -U pip
pip install "poetry>=1.1.13"
curl -sSL https://install.python-poetry.org | python3 -
poetry config virtualenvs.in-project true
poetry install
pytest
Expand Down

0 comments on commit e9a2a70

Please sign in to comment.