-
-
Save hellok/5619292 to your computer and use it in GitHub Desktop.
matplotlib.pyplot
This file contains hidden or 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
cd /tmp | |
git clone https://github.com/pwnies/pwntools.git | |
sudo apt-get update | |
cd /pwntools | |
sudo ./install.sh | |
sudo apt-get install libfreetype6-dev | |
sudo apt-get install python-dev | |
sudo pip install numpy | |
sudo apt-get install libfreetype6-dev | |
sudo apt-get install libpng-devel | |
sudo pip install -U 'http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/matplotlib-1.1.0.tar.gz/download' | |
sudo apt-get install nasm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment