Guest User

Untitled

a guest
Aug 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. sudo apt update -y
  2. sudo apt upgrade -y
  3. sudo apt install -y python3-pip
  4. sudo apt install -y python-virtualenv
  5. pip3 install jupyter
  6. pip3 install numpy matplotlib
  7. pip3 install pandas sklearn
  8. pip3 install seaborn Pillow
  9.  
  10. pip3 freeze > requirements.txt
Add Comment
Please, Sign In to add comment