Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bkorycki committed Oct 7, 2024
1 parent 8aeca34 commit 332f7b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ install ModelBench as a CLI tool or library to use in your own projects.
```shell
pipx install poetry
```
Please be sure to install Poetry in a dedicated virtual environment separate from the environment used for this project.

2. Clone this repository.
```shell
git clone https://github.com/mlcommons/modelbench.git
```

3. Install ModelBench and dependencies.
3. Install ModelBench and dependencies. Make sure the dedicated environment you used to install Poetry is not activated when running poetry commands.
```shell
cd modelbench
poetry install
Expand Down

0 comments on commit 332f7b2

Please sign in to comment.