You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Handy Tips for Developers Contributing to the Project
β Setup
Before committing your changes, please ensure to follow this steps.
π Setup Guide
1οΈβ£ Install the Project
β’ Clone the LightRAG repository: git clone <repository_url>
β’ Navigate to the root directory of the project: cd LightRAG
β’ Install dependencies: pip install . -e
2οΈβ£ Install and Run Pre-commit Hooks
β’ Install pre-commit using pip: pip install pre-commit
β’ Initialize pre-commit in your repository: pre-commit install
β’ Run pre-commit hooks manually: pre-commit run --all-files
3οΈβ£ Before Creating a Pull Request
To ensure all CI validations pass before opening a pull request, run: pre-commit run --all-files
Fix any reported issues, and youβre good to go! π
Thanks ππ»
The text was updated successfully, but these errors were encountered:
π Handy Tips for Developers Contributing to the Project
β Setup
Before committing your changes, please ensure to follow this steps.
π Setup Guide
1οΈβ£ Install the Project
β’ Clone the LightRAG repository:
git clone <repository_url>
β’ Navigate to the root directory of the project:
cd LightRAG
β’ Install dependencies:
pip install . -e
2οΈβ£ Install and Run Pre-commit Hooks
β’ Install pre-commit using pip:
pip install pre-commit
β’ Initialize pre-commit in your repository:
pre-commit install
β’ Run pre-commit hooks manually:
pre-commit run --all-files
3οΈβ£ Before Creating a Pull Request
To ensure all CI validations pass before opening a pull request, run:
pre-commit run --all-files
Fix any reported issues, and youβre good to go! π
Thanks ππ»
The text was updated successfully, but these errors were encountered: