Skip to content

Commit

Permalink
Automatically install requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 3, 2024
1 parent 3a870cc commit 25c8eae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "pip3 install --user -r requirements.txt",
"postCreateCommand": "pip3 install --user -r requirements.txt",

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 25c8eae

Please sign in to comment.