From 537aa2ed730a26b569c2a0aebfa83b00418714cc Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Fri, 31 Jan 2025 05:40:05 -0800 Subject: [PATCH] Add note about devcontainer to README.md PiperOrigin-RevId: 721741266 Change-Id: I4fbe478081461f33ad9d81a03d55f39e7b74fb3d --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8955658e..064bac24 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ and can be installed using: pip install gdm-concordia ``` - ### Manual install If you want to work on the Concordia source code, you can perform an editable @@ -72,6 +71,15 @@ installation as follows: pytest --pyargs concordia ``` +### Devcontainer + +This project includes a pre-configured development environment +([devcontainer](https://containers.dev)). + +You can launch a working development environment with one click, using e.g. +[Github Codespaces](https://github.com/features/codespaces) or the +[VSCode Containers](https://code.visualstudio.com/docs/remote/containers-tutorial) +extension. ## Bring your own LLM