update devcontainer.json

This commit is contained in:
Sina Atalay 2024-04-07 16:57:43 +00:00 committed by GitHub
parent 40e8255565
commit e4f741d0a9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
// Clone the submodules, and install all the dependencies.
"postCreateCommand": {
"get_tinytex": "git submodule update --init",
"install_dependencies": "cd /workspaces/rendercv && pip install .[dev,tests,docs]"
"install_dependencies": "pip install .[dev,tests,docs]"
}
// Configure tool-specific properties.