GitBook: [#178] No subject

This commit is contained in:
OpenMetadata 2022-03-31 23:04:02 +00:00 committed by Sriharsha Chintalapani
parent 383bca1315
commit 694eba2799

View File

@ -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
```