Skip to content

Instantly share code, notes, and snippets.

@mamun67
Last active January 23, 2018 19:48
Show Gist options
  • Save mamun67/4999678dc6ed7bce714c67eaacc58316 to your computer and use it in GitHub Desktop.
Save mamun67/4999678dc6ed7bce714c67eaacc58316 to your computer and use it in GitHub Desktop.
Virtual Env Setup Pythom
virtualenv venv --python=<Python version>
#for linux
$source venv/bin/activate
#for windows
./venv/Scripts/activate.bat
#install MS visual C++
http://www.microsoft.com/en-us/download/details.aspx?id=44266
#for windows we need to install the connector
http://dev.mysql.com/downloads/connector/c/6.0.html#downloads
pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment