Skip to content

Commit 5d20366

Browse files
authored
Clean up pip install
1 parent 288520c commit 5d20366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cpus": 4
55
},
66
"waitFor": "onCreateCommand",
7-
"updateContentCommand": "python -m pip install -r .devcontainer/requirements.txt",
7+
"updateContentCommand": "pip install -r .devcontainer/requirements.txt",
88
"postCreateCommand": "",
99
"customizations": {
1010
"codespaces": {

0 commit comments

Comments
 (0)