Skip to content
Snippets Groups Projects

Update README.md

Merged Ishan Patel requested to merge ishan747/get_start_flask:patch-2 into master
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
@@ -171,3 +171,14 @@ $ flask run
**Solution2(Preferred):**
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
```
Loading