diff --git a/README.md b/README.md index bdf03d1..8ee0353 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,6 @@ Please install pre-commit hooks: pre-commit install ``` -Additional dependencies are required if you want to run tests or type checks. -Install them as follows: - -```bash -pip install -e .[test] -``` - ## Mypy Run mypy to catch typing mistakes: