Guest User

Untitled

a guest
Nov 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. mkvirtualenv --python=/usr/bin/python3
  2.  
  3. # ...
  4. workon ML
  5.  
  6. pip install numpy
  7. pip install scipy
  8. pip install matplotlib
  9. pip install pandas
  10. pip install scikit-learn
  11.  
  12. pip install jupyter
  13.  
  14. # ... jupyter notebook
Add Comment
Please, Sign In to add comment