From 00ec3d6d567241da7c8e6cbe5e0d4a5789af40dc Mon Sep 17 00:00:00 2001 From: Cal Paterson Date: Tue, 23 Apr 2024 11:50:34 +0300 Subject: [PATCH] Update HACKING.md --- HACKING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 5cc41cd..3cc7ec9 100644 --- a/HACKING.md +++ b/HACKING.md @@ -9,7 +9,11 @@ may vary. You can always [write to me for help](mailto:cal@calpaterson.com). -## Getting start, with virtual environments +## Getting started, with Docker + +Running `docker-compose up` should bring up a working instance of the system. + +## Getting started, with virtual environments You can use virtual environments such as python's [virtualenv](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#installing-virtualenv)