GitBook: [#179] No subject

This commit is contained in:
OpenMetadata 2022-03-31 23:14:08 +00:00 committed by Sriharsha Chintalapani
parent 694eba2799
commit dbe6b641ac

View File

@ -58,7 +58,8 @@ Please install the following to format the code during the git commit process
``` ```
git clone https://github.com/open-metadata/OpenMetadata git clone https://github.com/open-metadata/OpenMetadata
cd openmetadata cd openmetadata
python3 -m venv env python3 -m venv env
source env/bin/activate
make install_dev make install_dev
make install_test precommit_install make install_test precommit_install
``` ```