mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-24 08:58:06 +00:00
fix pre-commit issue in prerequisites.md (#15010)
* fix pre-commit issue in prerequisites.md * mirror doc v1.2 change on prerequisites.md
This commit is contained in:
parent
d18a8ed82c
commit
b91a689399
@ -92,7 +92,8 @@ 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
|
||||
source env/bin/activate
|
||||
source env/bin/activate
|
||||
pip install pre-commit
|
||||
make install_dev
|
||||
make install_test precommit_install
|
||||
```
|
||||
|
@ -92,7 +92,8 @@ 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
|
||||
source env/bin/activate
|
||||
source env/bin/activate
|
||||
pip install pre-commit
|
||||
make install_dev
|
||||
make install_test precommit_install
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user