Skip to content

Commit

Permalink
Update README.md to fix pip install command (#30)
Browse files Browse the repository at this point in the history
changed the command for the pip install
  • Loading branch information
alcole authored Apr 17, 2024
1 parent b81bbdd commit 9e7a90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 9e7a90a

Please sign in to comment.