From 425ca598ebc3a4e6160fb78b99185cdd271e808d Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 17 Apr 2024 12:44:19 +0100 Subject: [PATCH] Update README.md changed the command for the pip install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 029fa3c..75582b1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ PyLint with checks for common mistakes and issues in Python code specifically in You can install this project via `pip`: ```bash -pip install pylint-plugin-for-databricks +pip install databricks-labs-pylint ``` and then use it with `pylint`: