From 2d6574807f8e38d37f4db6eda0965a1a9f97024e Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Mon, 25 Feb 2019 09:19:43 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 392e31c..238fc53 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -69,6 +69,22 @@ cd .. Pip3 install –upgrade pipenv ``` +- [ ] Install mysqlclient + +apt install libmariadbclient-dev + +In environments carom run + +``` +pipenv install mysqlclient +``` + +``` +git checkout -- Pipfile +git checkout -- Pipfile.locl +git status +``` + - [ ] Create caromserver/local_settings.py for both environments: ```