Python/Anything

bip_utils 설치

https://github.com/ebellocchia/bip_utils

 

GitHub - ebellocchia/bip_utils: Generation of mnemonics, seeds, private/public keys and addresses for different types of cryptoc

Generation of mnemonics, seeds, private/public keys and addresses for different types of cryptocurrencies - GitHub - ebellocchia/bip_utils: Generation of mnemonics, seeds, private/public keys and a...

github.com

 

깃허브에서 소스코드 파일 다운로드 후 압축 풀기

 

cd .\bip_utils-2.6.0\
python .\setup.py install

 

README.md 파일의 내용을 1로 바꾼다. (왜인지는모름)


pip install -r .\requirements.txt
python .\setup.py install

'Python > Anything' 카테고리의 다른 글

Python2 cmd encoding error solve  (0) 2022.03.15
python3 csv to json  (0) 2022.03.02