Skip to content
Snippets Groups Projects
Commit ade9ce75 authored by Ishan Patel's avatar Ishan Patel
Browse files

Update README.md

parent f13d38b8
No related branches found
No related tags found
No related merge requests found
...@@ -171,3 +171,14 @@ $ flask run ...@@ -171,3 +171,14 @@ $ flask run
**Solution2(Preferred):** **Solution2(Preferred):**
Add `SQLALCHEMY_TRACK_MODIFICATIONS` in `config.py` ecb8e6209073941c6ba554b812496020b1c59982 Add `SQLALCHEMY_TRACK_MODIFICATIONS` in `config.py` ecb8e6209073941c6ba554b812496020b1c59982
5. Error for installing mysqlclient and mysql
**Solution**
Add these commands within the enviorment
```shell
$ env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip install mysqlclient
$ env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip install mysql
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment