Repository for Voice Pay application
https://github.com/namaggarwal/splitwise
https://github.com/namaggarwal/flask-splitwise-example
- Install virtual environment
- Create a new virtual environment
venv
- Activate the
venv
bysource venv/bin/activate
- Install
pip install splitwise
andpip install flask
- Clone flask-ask repo from here
- With the
venv
activated, install flask-ask bypython setup.py install
- After making any changes to flask-ask reinstall it using 6.
- Same
venv
can be used to upload code using zappa