Skip to content

How to Configure PyCharm Stubs

smooresni edited this page Apr 6, 2020 · 2 revisions

There are a few options for enabling stubs in PyCharm.

  1. Mark the "stubs" directory as a source root.

  2. Place the stub modules at the project root.

  3. Add the stubs directory to the project search path.

Clone this wiki locally