Skip to content

Instantly share code, notes, and snippets.

@numpde
Created August 11, 2019 23:05
Show Gist options
  • Save numpde/aa982aef006d38245288f22b6bd1521a to your computer and use it in GitHub Desktop.
Save numpde/aa982aef006d38245288f22b6bd1521a to your computer and use it in GitHub Desktop.
The usual python venv
virtualenv -p python3.7 venv
source venv/bin/activate
pip install pandas numpy sklearn joblib progressbar2 matplotlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment