Skip to content

Commit

Permalink
Update installer_linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PushpenderIndia committed Nov 5, 2019
1 parent 0c2bd26 commit 570f8c1
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions installer_linux.sh
Expand Up @@ -9,19 +9,10 @@ sudo apt-get install -y wine32 python-pip pyinstaller
wget https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe
wine msiexec /i python-3.7.4.exe
sudo wine ~/.wine/drive_c/Python37/python.exe -m pip install pyinstaller
sudo pip install essential_generators==0.9.2
sudo pip install pyfiglet
sudo pip install pynput
sudo pip install mss==4.0.3
sudo pip install argparse
sudo pip install pynput==1.4.4
sudo pip install threading
sudo pip install smtplib
sudo pip install os
sudo pip install shutil
sudo pip install subprocess
sudo pip install sys
sudo pip install stat
sudo pip install platform
sudo pip install getpass
sudo pip install time
sudo pip install tempfile
sudo pip install essential_generators==0.9.2
sudo pip install six==1.12.0
sudo pip install python-xlib==0.25

0 comments on commit 570f8c1

Please sign in to comment.