-
Notifications
You must be signed in to change notification settings - Fork 549
Python 3
Spencer McIntyre edited this page Apr 8, 2016
·
4 revisions
As the new versions of our supported operating systems are coming out shortly, Python 2 will also be phased out. Upgrading to Python 3 is a fairly simple process which can be done by running a few simple commands. But first, make sure your King Phisher is up to date and Python 3 is installed.
Installing Python 3
For Ubuntu/Debian/Kali
sudo apt-get install python3
For Fedora, it should already be installed by default, but just in case
sudo dnf install python3
Updating King Phisher
git pull origin master
Next, make sure you have all of the requirements updated by running
python3 -m pip install requirements.txt
Then all you have to do is run
python3 ./KingPhisher
It's best to set aliases for updating the requirements as well as running King Phisher so you don't have to worry about versioning every time.