update devcontainer to activate and install requirements

This commit is contained in:
Jack Case
2025-10-19 15:34:18 +00:00
parent e90bc1cc72
commit b9a41fd294

View File

@@ -10,7 +10,7 @@
"ms-python.python"
]
}
}
},
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
@@ -20,6 +20,7 @@
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "pip3 install --user -r requirements.txt",
"postCreateCommand": ". ./env/bin/activate; python -m pip install -r requirements.txt"
// Configure tool-specific properties.
// "customizations": {},