## Mount points The container has 2 mount points: * `/src`: mount a local source code directory. You need this to execute your code in the container. * `/out`: mount a local out directory if your ...
This will create a virtual environment, install VTK, and set up the project. Configure your IDE to use the enhanced stubs by pointing to docs/python-stubs-enhanced/. The included pyrightconfig.json is ...