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:
Sally deh 2024-02-02 15:53:45 +01:00 committed by GitHub
parent d18a8ed82c
commit b91a689399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

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

View File

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