Skip to content

Commit

Permalink
Enable development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 27, 2024
1 parent c0c0a3f commit e6db97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e6db97c

Please sign in to comment.