Skip to content

Commit

Permalink
Remove unnecessary indendation in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Sep 26, 2024
1 parent fa6a42e commit a6082f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ CM needs `git`, `python3-pip` and `python3-venv` installed on your system. If an
This step is not mandatory as CM can use separate virtual environment for MLPerf inference. But the latest `pip` install requires this or else will need the `--break-system-packages` flag while installing `cm4mlops`.

```bash
python3 -m venv cm
source cm/bin/activate
python3 -m venv cm
source cm/bin/activate
```

## Install CM and pulls any needed repositories
Expand Down

0 comments on commit a6082f9

Please sign in to comment.