anjishnu / ask-alexa-pykit

A minimalist SDK for developing skills for the Amazon Echo's ASK - Alexa Skills Kit using Amazon Web Services's Python Lambda Functions. Currently supported profiles are for Linux servers and AWS Lambda. Check the appropriate release branch. The cherrypy release branches have added components for request validation.
MIT License
275 stars 58 forks source link

README.md - Step 3 - No module named ask.generate_training_data #17

Closed dundeemt closed 8 years ago

dundeemt commented 8 years ago

version: 0.54 installed via: pip

$ python -m ask.generate_training_data -i intent_schema.json  -o .
/home/jlh/projects/alexa/bin/python: No module named ask.generate_training_data

The module generate_training_data only appears in the .5 branch and does not exist in the current version on pypi or the master branch.

anjishnu commented 8 years ago

Sorry about that - the name of the module changed - updated with the latest commit.