From 94c42feb4debacfb45c5738bbe9ff02ff892311e Mon Sep 17 00:00:00 2001 From: Ya-Lan Yang Date: Fri, 21 Jun 2024 13:49:15 -0500 Subject: [PATCH] Add pre-commit install commands --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 8527261..88ea4ba 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,7 @@ Please use pip for installing pyincore-viz at your discretion. **Prerequisite** * GDAL C library must be installed to install pyincore-viz. (for Ubuntu, **gdal-bin** and **libgdal-dev**) +* For developers, pre-install must be installed. If not, run `brew install pre-commit` or `pip install pre-commit`. To install **pyincore-viz** package, run