Created
March 20, 2020 21:45
-
-
Save vihardesu/abef05c7cef9d22b6edcb02006d02cd8 to your computer and use it in GitHub Desktop.
Python Rapid Testing Environment
This file contains 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
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