Template for Hexagonal Architecture in Python Development Environment Using Dev Containers in Visual Studio Code. How to Start Dev Container Open the command palette (Ctrl+Shift+P) and select Dev Containers: Reopen in Container. How to Add Packages For regular dependencies: poetry add [package] For development dependencies: poetry add --dev [package]