How to Install wxPython Phoenix in Linux Mint, Python 3.5
(GUI for Python)
I had to add these packages:
-
sudo apt-get install libgtk-3-dev
-
sudo apt-get install libwebkit-dev
-
sudo apt-get install libgstreamer-plugins-base0.10-dev
As you can see in the following picture, this command worked for me:
sudo python3.5 -m pip install --trusted-host wxpython.org -v -U --pre -f http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix
Good luck!