Skip to content

Instantly share code, notes, and snippets.

@jlehikoinen
Created February 13, 2016 18:01
Show Gist options
  • Save jlehikoinen/b557bf2d3bd7a4269214 to your computer and use it in GitHub Desktop.
Save jlehikoinen/b557bf2d3bd7a4269214 to your computer and use it in GitHub Desktop.
Install Flask packages for Pythonista demo
# 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