From the course: Agile Software Development: Code Quality

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Setting up Flask

Setting up Flask - SonarQube Tutorial

From the course: Agile Software Development: Code Quality

Start my 1-month free trial

Setting up Flask

- [Instructor] If you'd like to follow along in the upcoming videos, you'll need to do some prep work. First, we're going to install Python version 3.7.2 using a tool called Pyenv, which makes it easy to install different versions of Python. Assuming you have Homebrew installed, you can do brew install pyenv. And then once that's done, you can use Pyenv to install version 3.7.2 of Python. This downloads Python and compiles it from scratch, so it's going to take a few minutes. When that's done, we still need to finish configuring Pyenv. We do that by running pyenv init and then follow the instructions. I'm going to copy and paste this line and add it to our bash.profile. So now we save that and go back to the terminal. And then we can run source and then our bash profile file. And that pulls the setting into this terminal window. Next, we're going to go ahead and head on over to GitHub and you'll need to create your own fork of my fork of the flask project. So visit…

Contents