Skip to content

Instantly share code, notes, and snippets.

@gpsarkar
Created July 11, 2017 02:41
Show Gist options
  • Save gpsarkar/d19dc3e74e148df8cee5d91b0babbd7c to your computer and use it in GitHub Desktop.
Save gpsarkar/d19dc3e74e148df8cee5d91b0babbd7c to your computer and use it in GitHub Desktop.
Install pandas
pip install virtualenv
virtualenv venv
cd venv/Scripts
activate
pip install pandas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment