CentOS 7 Create the Flask development environment

Source: Internet
Author: User
Tags git clone

I. Installation of FLASK

$ git clone http://github.com/mitsuhiko/flask.git
$ cd flask
$ python setup.py develop
$ pip list
	Click ( 4.0)
	flask (0.11.dev0,/home/xxx/flask)
	itsdangerous (0.24)
	pip (7.1.0)
	setuptools (18.0.1
	) Wheel (0.24.0)

Second, install Psycopy2

$ wget https://pypi.python.org/packages/source/p/psycopg2/psycopg2-2.6.1.tar.gz
$ tar zxvf Psycopg2-2.6.1.tar.gz
$ cd psycopg2-2.6.1
$ python setup.py build
$ python setup.py install
$ pip list< C5/>click (4.0)
	flask (0.11.dev0,/home/xxx/flask)
	itsdangerous (0.24)
	pip (7.1.0)
	psycopg2 (2.6.1)
	setuptools (18.0.1)
	SQLAlchemy (1.0.6)
	Wheel (0.24.0)

iii. installation of SQLAlchemy

$ wget https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-1.0.6.tar.gz
$ tar zxvf Sqlalchemy-1.0.6.tar.gz
$ cd SQLAlchemy-1.0.6
$ python setup.py build
$ python setup.py install
$ pip List
	Click (4.0)
	flask (0.11.dev0,/home/xxx/flask)
	itsdangerous (0.24)
	pip (7.1.0)
	Setuptools ( 18.0.1)
	SQLAlchemy (1.0.6)
	Wheel (0.24.0)

iv. installation of Flask-sqlalchemy

$ Easy_install Flask-sqlalchemy

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.