From 7cb14ebfb656bd74e1d4ebd6c2d549e896532959 Mon Sep 17 00:00:00 2001 From: jamesstottmoj Date: Wed, 24 Apr 2024 18:09:40 +0000 Subject: [PATCH] added prerequisites section --- doc/running-devcontainer.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/running-devcontainer.md b/doc/running-devcontainer.md index 2f84f678e..6ea469459 100644 --- a/doc/running-devcontainer.md +++ b/doc/running-devcontainer.md @@ -2,6 +2,9 @@ This guide describes how to run Control Panel locally with a Dev Container. This requires Docker and an IDE that can work with Dev Containers (VSCode advised). This will setup the majority of things for you, including your database, Redis, and AWS credentials. +## Prerequisites +VSCode with Python and Dev Container extensions and Docker Desktop are recommended. You will also need to be able to access AWS. + ## 1. Building the Dev Container You will need Docker Desktop along with VSCode and the Dev Container extension installed to build the container.