Created
August 12, 2017 06:26
-
-
Save DastanIqbal/0614ceb5b4f265558112147bdd51414c to your computer and use it in GitHub Desktop.
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
sudo apt-get install python3-pip | |
sudo pip3 install send2trash | |
sudo pip3 install requests | |
sudo pip3 install beautifulsoup4 | |
sudo pip3 install selenium | |
sudo pip3 install openpyxl==2.1.4 | |
sudo pip3 install PyPDF2 | |
sudo pip3 install python-docx | |
sudo pip3 install imapclient | |
sudo pip3 install pyzmail | |
sudo pip3 install twilio | |
sudo pip3 install pillow | |
sudo pip3 install python3-xlib | |
sudo pip3 install pyautogui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment