From 3e3835efb2d051840018d5a0132f170e5c47e433 Mon Sep 17 00:00:00 2001 From: Buhle Date: Mon, 8 Jan 2024 09:57:15 +0200 Subject: [PATCH] Changed readme for installing requirements --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73ae806d..b704c969 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,9 @@ This can work for mac and (possibly Windows) by setting the environment variable Run the following in a virtual environment ```bash -pip install -e .[dev] +python -m pip install --upgrade pip +pip install -r requirements.txt +pip install -r requirements-dev.txt createdb contentrepo ./manage.py migrate ./manage.py createsuperuser