brew install pkg-config libffi openssl python
sudo python setup.py develop
— got error "error: Flask-SQLAlchemy 2.1 is installed but Flask-SQLAlchemy==2.0 is required by set(['flask-appbuilder'])"sudo pip install Flask-SQLAlchemy==2.0
- Rerun
sudo python setup.py develop
- Continue with steps from https://github.com/kidspass/caravel/blob/master/CONTRIBUTING.md
cd /caravel/assets
npm install
npm run dev
sudo pip install mysqlclient