Python
[ Linux ] pwntools, zio 설치
dool2ly
2015. 10. 6. 21:29
1. 아래 링크에서 distribute 압축파일 다운로드
https://pypi.python.org/pypi/distribute
2. 압축해제 후 easy_install 설치
[root@localhost simple]# cd ./distribute-0.6.49/
[root@localhost simple]# python ./setup.py install
3. pip 설치후 pwntools, zio 설치
[root@localhost simple]# easy_install pip
[root@localhost simple]# pip install pwntools
[root@localhost simple]# pip install zio