- Add to requirements.txt
- run
make install
- Add to startup
if __name__ == '__main__':
try:
import googleclouddebugger
googleclouddebugger.enable()
except ImportError:
pass
app.run(host='127.0.0.1', port=8080, debug=True)