• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. _module-pw_doctor:
2
3---------
4pw_doctor
5---------
6``pw doctor`` confirms the environment is set up correctly. With ``--strict``
7it checks that things exactly match what is expected and it checks that things
8look compatible without.
9
10Currently pw_doctor expects the running python to be Python 3.8 or 3.9.
11
12Projects that adjust the behavior of pw_env_setup may need to customize
13these checks, but unfortunately this is not supported yet.
14
15.. note::
16  The documentation for this module is currently incomplete.
17