From 694eba2799fef5939eab2db91c98e273e506f528 Mon Sep 17 00:00:00 2001 From: OpenMetadata Date: Thu, 31 Mar 2022 23:04:02 +0000 Subject: [PATCH] GitBook: [#178] No subject --- docs/developer/build-code-and-run-tests/prerequisites.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/developer/build-code-and-run-tests/prerequisites.md b/docs/developer/build-code-and-run-tests/prerequisites.md index 4e2ec71a664..61f287469cd 100644 --- a/docs/developer/build-code-and-run-tests/prerequisites.md +++ b/docs/developer/build-code-and-run-tests/prerequisites.md @@ -58,6 +58,7 @@ Please install the following to format the code during the git commit process ``` git clone https://github.com/open-metadata/OpenMetadata cd openmetadata +python3 -m venv env make install_dev make install_test precommit_install ```