Example monorepo with PDM Steps to set-up Install PDM Create new virtual environment (e.g., using pyenv) pdm use ~/path/to/python/interpreter # e.g., ~/.pyenv/versions/3.11.6/envs/pdm-monorepo/bin/python Install the dependencies make install Build and run docker image to verify that monorepo set up is correct make build run