Python pip 패키지 관리

이승훈·2026년 2월 27일

Python

패키지 설치

vi requirements.txt

python-telegram-bot
python-dotenv

pip install -r requirements.txt -U

패키지 확인

pip show 패키지이름
profile
안녕하세요!

0개의 댓글