Skip to content

Instantly share code, notes, and snippets.

@lozadaOmr
Last active August 29, 2015 14:18
Show Gist options
  • Save lozadaOmr/1e61f23f149fb92bbec5 to your computer and use it in GitHub Desktop.
Save lozadaOmr/1e61f23f149fb92bbec5 to your computer and use it in GitHub Desktop.

Install virtualenv

sudo apt-get install python-virtualenv

To activate virtualenv

 virtualenv flask

Install Flask (activate virtualenv first)

pip install Flask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment