File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 34343 . template.env 파일을 .env로 복사한 후 token 등 내용 수정.
35354 . ` ml-project health ` 실행해서 환경 설정이 잘 되었는지 확인.
36365 . ` python tools/examples/color_logging_main.py ` 실행해보기. 로깅 내용은 ` data/logs ` 폴더 안에 기록됨.
37- 6 . ` uv pip install -r deps/lock/x86_64-manylinux_2_28/requirements_dev.txt ` 으로 pytest 등 개발자용 패키지도 설치가능
38- 7 . ` pytest ` 커맨드로 테스트 실행해보기.
37+ - ` ML_PROJECT_LOG_LEVEL=WARNING python tools/examples/color_logging_main.py ` 라고 실행하면 출력 내용중 INFO 인것이 빠지고 출력됨.
38+ 7 . ` uv pip install -r deps/lock/x86_64-manylinux_2_28/requirements_dev.txt ` 으로 pytest 등 개발자용 패키지도 설치가능
39+ 8 . ` pytest ` 커맨드로 테스트 실행해보기.
3940 - doctest는 Actions에서 자동으로 실행됨.
40- 8 . ` import ml_project; print(ml_project.__version__) ` 해보면 ` 0.1.0+4.g75bbed7.dirty ` 이런식으로 나옴.
41+ 9 . ` import ml_project; print(ml_project.__version__) ` 해보면 ` 0.1.0+4.g75bbed7.dirty ` 이런식으로 나옴.
4142 - 0.1.0 버전 이후 4개의 커밋이란 뜻. 그리고 커밋되지 않은 수정사항이 있는 상태이면 dirty버전임.
4243
4344## 파일 설명
You can’t perform that action at this time.
0 commit comments