Site5 - Built For Designers & Developers MENU
Home  ›  python

Python: How to install Flask

In this article, we will show you how to install Flask. Let’s start by making a folder we can download the stuff we need to. mkdir ~/tmpdownload Let’s move into that folder… cd ~/tmpdownload Let’s download the files and unzip them… wget http://pypi.python.org/packages/source/F/Flask/Flask-0.9.tar.gz tar xzf Flask-*.tar.gz && rm Flask-*.tar.gz Now […]

Python: Access Python version info within SiteAdmin

Your application requires a specific version of Python and you want know what version we have installed on our shared servers. This demo assumes you’ve already logged in to SiteAdmin 1) Click the Programming Center button from the left-hand menu, then click Python That’s it!  

Money Back Guarantees