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

pip python-mcrypt 설치

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

1. download
wget https://labix.org/download/python-mcrypt/python-mcrypt-1.1.tar.gz

2. 압축 해제
tar zxvf python-mcrypt-1.1.tar.gz

3. 설치
cd python-mcrypt-1.1
python setup.py install

4. 확인
pip list
python-mcrypt (1.1)

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

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
pip pysqlite 설치  (0) 2020.06.01