requirements 생성
pip freeze > requirements.txt
requirements 기준 설치
pip install -r requirements.txt
참조
[pip freeze]: https://pip.pypa.io/en/stable/cli/pip_freeze/?highlight=requirements.txt
[pip install]: https://pip.pypa.io/en/stable/cli/pip_install/
728x90
'Programing Language > Python' 카테고리의 다른 글
[Python] 딕셔너리 키 존재여부 확인하기 (0) | 2023.02.21 |
---|---|
[Python] 타입 비교 (0) | 2023.02.21 |
[Python] 개발환경 (pyenv, pyenv-virtualenv) (0) | 2023.02.17 |
Python Django 시작하기 (0) | 2022.07.17 |
[Python] 가상 환경 (0) | 2022.07.17 |
댓글