Skip to content

Instantly share code, notes, and snippets.

@vkhang55
Last active September 30, 2018 09:44
Show Gist options
  • Save vkhang55/3cef860c2aa55daa0244dc1459dc340e to your computer and use it in GitHub Desktop.
Save vkhang55/3cef860c2aa55daa0244dc1459dc340e to your computer and use it in GitHub Desktop.
Flask Serverless Tutorial - Setting up Pyenv-Virtualenv
# installing virtualenv
pip install virtualenv
# create a new virtual environment named tutorial
virtualenv tutorial
# in the same directory
source tutorial/bin/activate
pip install zappa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment