Quantcast
Channel: 一言多いプログラマーの独り言
Viewing all articles
Browse latest Browse all 846

Pythonのマイクロフレームワーク「Flask」をインストール

$
0
0
Pythonのマイクロフレームワーク「Flask」をインストールしてみました。身軽ですね。気に入りました。



インストール

$ pip install Flask
$ git clone http://github.com/pallets/flask.git
$ cd flask/
$ python setup.py develop
起動

$ export FLASK_APP=hello.py
$ flask run --host=0.0.0.0

参考サイト
Installation(Flask Documentation)

Viewing all articles
Browse latest Browse all 846

Latest Images

Trending Articles