diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 11212a6..45969ae 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,7 +13,7 @@ // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], - "postCreateCommand": "pip3 install --user -r requirements.txt", + "postCreateCommand": "pip3 install --user -r requirements.txt && pip install --editable .", "customizations": { "vscode": {