Skip to content

Commit

Permalink
Install pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 19, 2024
1 parent d137d18 commit 2b7dd77
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 @@ -11,7 +11,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

"postCreateCommand": "pip3 install --user -r requirements.txt",
"postCreateCommand": "pipenv install --dev",

"customizations": {
"vscode": {
Expand Down

0 comments on commit 2b7dd77

Please sign in to comment.