From 208daf5427bd77e03db048fe47796251917b2352 Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Sun, 7 Apr 2024 16:42:30 +0000 Subject: [PATCH] update devcontainer.json --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 68a968d..c2917dd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,10 +14,10 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - // Clone the submodules, create a virtual environment, and install all the dependencies. + // Clone the submodules, and install all the dependencies. "postCreateCommand": { "get_tinytex": "git submodule update --init", - "create_environment": "python3 -m venv .venv && source .venv/bin/activate && pip install .[dev,tests,docs]" + "install_dependencies": "cd /workspaces/rendercv && pip install .[dev,tests,docs]" } // Configure tool-specific properties.