From a6e873a513c3c568433fa4908202ba096e6dfbdf Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Thu, 26 Sep 2024 21:35:44 +0100 Subject: [PATCH] Remove unnecessary indendation in docs --- docs/install/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 195521c7e..1750d86e4 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -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