Update INSTALL.md

This commit is contained in:
Robert Einsle 2019-02-25 09:19:43 +01:00
parent 9f2ef3c556
commit 2d6574807f

View File

@ -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:
```