메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

Python yaml: 두 판 사이의 차이

데브카페
새 문서: === Python yaml === ==== yaml 설치 ==== category:python
 
편집 요약 없음
 
2번째 줄: 2번째 줄:


==== yaml 설치 ====
==== yaml 설치 ====
* 설치시 yaml이 아닌 pyyaml로 해야 한다.
<source lang=python>
pip install pyyaml
</source>




[[category:python]]
[[category:python]]

2025년 5월 12일 (월) 21:55 기준 최신판

Python yaml

yaml 설치

  • 설치시 yaml이 아닌 pyyaml로 해야 한다.
pip install pyyaml

Comments