diff --git a/README.md b/README.md index 3d1a0a6..bbe1b84 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ To contribute to this project, follow these steps: ``` 8. Ensure the linter passes: ```sh - pip install -r linting-requirements.txt ruff format . ruff check . ```