``` python -m venv .venv ``` ``` source ./.venv/Scripts/activate ``` ``` pip install tensorflow mypy numpy ``` ``` pip install keras==2.15.0 ``` ``` pip install types-tensorflow ``` In settings, make sure to check `Run Using Active Interpreter` in mypy settings