Appendix A: Installing Python on Windows, Mac, and Linux

Project Source Code

Get the project source code below, and follow along with the lesson material.

Download Project Source Code

To set up the project on your local machine, please follow the directions provided in the README.md file. If you run into any issues with running the project source code, then feel free to reach out to the author in the course's Discord channel.

A. Installing Python

Let's make sure that we have python 3 installed by running python --version in the terminal. If we get command not found or if the version is lower than 3.0.0, we'll need to upgrade first. We will want to use the virtualenv module to create isolated virtual enviornments so that we can isolate the libraries we install to just the project folder. The Flask Documentation provides installation instructions, but it is not quite as comprehensive.

Windows

The reccomended setup is to use VS Code with Windows Subsytem for Linux (Windows 10+). A full tutorial is provided by Microsoft here.

This lesson preview is part of the Fullstack Flask: Build a Complete SaaS App with Flask course and can be unlocked immediately with a \newline Pro subscription or a single-time purchase. Already have access to this course? Log in here.

Unlock This Course

Get unlimited access to Fullstack Flask: Build a Complete SaaS App with Flask, plus 70+ \newline books, guides and courses with the \newline Pro subscription.

Thumbnail for the \newline course Fullstack Flask: Build a Complete SaaS App with Flask