Created
February 13, 2016 18:01
-
-
Save jlehikoinen/b557bf2d3bd7a4269214 to your computer and use it in GitHub Desktop.
Install Flask packages for Pythonista demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Requires: https://gist.githubusercontent.com/anonymous/5243199/raw/378974dc4155c07a797dd1d8f45e2a599707e133/Pypi.py | |
from Pypi import Installer | |
Installer('Flask', '0.10.1').install() | |
Installer('Werkzeug', '0.11.3').install() | |
Installer('Jinja2', '2.8').install() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment