Created
August 11, 2019 23:05
-
-
Save numpde/aa982aef006d38245288f22b6bd1521a to your computer and use it in GitHub Desktop.
The usual python venv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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