From 00d15f6733181077e7224f7fd9aec2a279d5b77d Mon Sep 17 00:00:00 2001 From: williamherring Date: Sun, 9 Jan 2022 10:19:59 +1100 Subject: [PATCH] pip requirements --- README.md | 7 +++++++ server/REQUIREMENTS.txt | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 server/REQUIREMENTS.txt diff --git a/README.md b/README.md index 1f12463..0d2a37d 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,13 @@ flutter pub get ### Run the dev server +Before we begin, you will have to install the required packages. + +(bor/server) +```bash +pip3 install -r REQUIREMENTS.txt +``` + Remember to always migrate changes to the database before starting the server. (bor/server) diff --git a/server/REQUIREMENTS.txt b/server/REQUIREMENTS.txt new file mode 100644 index 0000000..905b19a --- /dev/null +++ b/server/REQUIREMENTS.txt @@ -0,0 +1,3 @@ +Django +djangorestframework +django-cors-headers \ No newline at end of file