Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Flask Basics Welcome to Flask Introduction

Itay Tur
Itay Tur
2,392 Points

how to download flask?

i downloaded python easily, but when i got in the flask site i couldn't find the download button.

3 Answers

Rob Allessi
Rob Allessi
8,600 Points

Greetings Itay Tur

The Flask page is located at https://pypi.python.org/pypi/Flask#downloads

You can see the download links under the "File" location within the center of that page.

Itay Tur
Itay Tur
2,392 Points

Hi, i downloaded the files but still. the Flask-0.12.2-py2.py3-none-any.whl file is not running on any defult program. how or with what to open it?

  1. Open cmd prmpt in windows.
  2. Type 'pip install flask' and press enter.
  3. Now you can see the flask installing.

Note: you need to first install python latest version is recommended and remember add the path to environment variables while installing python and also you need an active internet connection.