Update INSTALL.md
This commit is contained in:
parent
9f2ef3c556
commit
2d6574807f
16
INSTALL.md
16
INSTALL.md
@ -69,6 +69,22 @@ cd ..
|
|||||||
Pip3 install –upgrade pipenv
|
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:
|
- [ ] Create caromserver/local_settings.py for both environments:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user