Guest User

Untitled

a guest
Oct 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #!/bin/bash
  2. sudo rm /var/lib/apt/lists/lock
  3. sudo rm /var/cache/apt/archives/lock
  4. sudo rm /var/lib/dpkg/lock
  5. sudo apt-get update
  6. sudo apt-get -y install python3-pip
  7. sudo apt-get -y install pandas
  8. sudo apt-get -y install scipy
  9. sudo apt-get -y install python3-scipy
  10. sudo apt-get -y install python3-sklearn
  11. sudo apt-get -y install sklearn
  12. sudo apt-get -y install numpy
  13. sudo apt-get -y install python3-matplotlib
Add Comment
Please, Sign In to add comment