This PR contains a very small documentation change in the CONTRIBUTING.md file. The folder name in the command after cloning the repository was incorrect and facing error with pre-commit setup, and I have fixed it to reflect the correct name and command.
Related Issue(s)
While running this:
python -m pre-commit install
/Users/.../OSS/NeMo-Guardrails/venv/bin/python: No module named pre-commit
Description
This PR contains a very small documentation change in the
CONTRIBUTING.md
file. The folder name in the command after cloning the repository was incorrect and facing error with pre-commit setup, and I have fixed it to reflect the correct name and command.Related Issue(s)
While running this:
/Users/.../OSS/NeMo-Guardrails/venv/bin/python: No module named pre-commit
Checklist