ankitsejwal / Lyndor

:rocket: Powerful command line tool to download lynda.com courses for personal offline use. :part_alternation_mark:
MIT License
131 stars 32 forks source link

WARNING: Do not use the development server in a production environment #93

Closed sankalpgaikwad closed 5 years ago

sankalpgaikwad commented 5 years ago

Serving Flask app "website1" (lazy loading)

buiminh15 commented 5 years ago

I had same issue and I could not access the link http://127.0.0.1:5000/ What should I do now???

ankitsejwal commented 5 years ago

Hi @buiminh15 @sankalpgaikwad please

$ pip install -r requirements.txt
$ flask run

Hope it resolves the issue. Cheers