From e5a8fef6a6b6947406f446f4a01c4d5dc9f1cb5a Mon Sep 17 00:00:00 2001 From: Ali Abbas Jaffri Date: Wed, 31 Jan 2024 16:56:54 +0100 Subject: [PATCH] Updated installation instructions Signed-off-by: Ali Abbas Jaffri --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64479072..eab6e4b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,8 @@ as well as any project-related communication through discussions. ```bash python -m venv venv source venv/bin/activate -pip install -r requirements-dev.txt +pip install -e . + ``` - To update the docs, fork the repo `mlinfra` and clone it to your local machine. - Next, you'd need to first install the docs dependencies: