본문 바로가기
Linux/python pip 모듈

pip python dnspython 설치

by 준섭이 2020. 6. 1.
728x90

1. download
wget https://github.com/rthalley/dnspython/archive/v1.16.0.tar.gz

2. 압축 해제
tar zxvf v1.16.0.tar.gz

3. 설치
cd dnspython-1.16.0/
python setup.py install

4. 확인
pip list
dnspython (1.16.0)

'Linux > python pip 모듈' 카테고리의 다른 글

pip pymssql 설치  (0) 2020.06.01
python pip Pillow 설치  (0) 2020.06.01
pip python-mysql 설치  (0) 2020.06.01
pip pygpgme 설치  (0) 2020.06.01
pip pycurl 설치  (0) 2020.06.01