지식 창고

github 2 (.gitignore , requirements.txt)

채영sw 2024. 11. 24. 13:53

1)  .gitignoer

.gitignoer 파일 생성

https://www.toptal.com/developers/gitignore

 

gitignore.io

Create useful .gitignore files for your project

www.toptal.com

 

2) requirements.txt

pip list
pip freeze > requirements.txt

 

한번에 설치

pip install -r requirements.txt

 

'지식 창고' 카테고리의 다른 글

github 오류 해결  (0) 2024.11.24
github  (1) 2024.11.24
visual stdio LNK1168 쓰기용으로 열 수 없습니다 오류 해결  (0) 2024.09.11
1. 세션, 토큰, 쿠키  (0) 2024.04.03