Skip to content

Instantly share code, notes, and snippets.

@vihardesu
Created March 20, 2020 21:45
Show Gist options
  • Save vihardesu/abef05c7cef9d22b6edcb02006d02cd8 to your computer and use it in GitHub Desktop.
Save vihardesu/abef05c7cef9d22b6edcb02006d02cd8 to your computer and use it in GitHub Desktop.
Python Rapid Testing Environment
mkdir testing
cd testing
virtualenv venv
source venv/bin/activate
pip install numpy pandas jupyter
pip freeze > requirements.txt
jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment