Skip to content

Commit

Permalink
Add note about devcontainer to README.md
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721741266
Change-Id: I4fbe478081461f33ad9d81a03d55f39e7b74fb3d
  • Loading branch information
jagapiou authored and copybara-github committed Jan 31, 2025
1 parent 18205a0 commit 537aa2e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 537aa2e

Please sign in to comment.