Skip to content

Commit

Permalink
Updating modelbench installation docs. (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollacker authored Oct 21, 2024
1 parent 7278e9a commit 357ef01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install ModelBench as a CLI tool or library to use in your own projects.

### Install ModelBench with [Poetry](https://python-poetry.org/) for local development.

1. Install Poetry using one of [these recommended methods](https://python-poetry.org/docs/#installation). For example:
1. Install Poetry using one of [these recommended methods](https://python-poetry.org/docs/#installation). All of these methods require a recent version of python3 to be installed and available on your shell path. For example:
```shell
pipx install poetry
```
Expand All @@ -49,7 +49,9 @@ pipx install poetry
git clone https://github.com/mlcommons/modelbench.git
```

3. Install ModelBench and dependencies.
3. Make sure that you have no python virtual environments activated. They will interfere with the poetry setup.

4. Install ModelBench and dependencies.
```shell
cd modelbench
poetry install
Expand Down

0 comments on commit 357ef01

Please sign in to comment.