diff --git a/doc/source/getting-involved.rst b/doc/source/getting-involved.rst index cd0cc50dc..20fe2b6bb 100644 --- a/doc/source/getting-involved.rst +++ b/doc/source/getting-involved.rst @@ -124,6 +124,8 @@ Alternatively, you can also run one specific C++ test. You can use: Lint and Formatting ~~~~~~~~~~~~~~~~~~~ +.. note:: Python 3.7 is recommended. You will run into flake8 `issues `_ with Python 3.8. + We also have tests for code formatting and linting that need to pass before merge. Install ``yapf==0.23, flake8, flake8-quotes``.