From 1c746634a68c86e43cd68c2ec52099a208d45cb3 Mon Sep 17 00:00:00 2001 From: Olivier D'Hondt Date: Sun, 22 Sep 2024 15:46:48 +0000 Subject: [PATCH] install pylatex --- .devcontainer/devcontainer.json | 4 ++-- requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8c6f3fb..ce3acb4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Python 3", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye" + "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, @@ -12,7 +12,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "pip3 install --user -r requirements.txt", + "postCreateCommand": "pip3 install --user -r requirements.txt" // Configure tool-specific properties. // "customizations": {}, diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..58ed516 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +pylatex \ No newline at end of file