diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8fb257d7..2006d3411 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,13 @@ We appreciate your support and welcome your ## Developer Installation +Installing dependencies: +Run the following command to install all the dependencies after you have forked the repository. + +```bash +pip install .[dev] +``` + If you're a developer, it's recommended to install pre-commit hooks before starting your development work. These hooks ensure code formatting, linting, diff --git a/pyproject.toml b/pyproject.toml index 9e1a417dd..d806972c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,10 @@ dynamic = ["version"] test = [ "pytest>=6.0.0", ] +dev = [ + "pytest", + "pre-commit" +] [tool.hatch.build] include = [