일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- c# 윈폼
- 플러터
- Algorithm
- 깃
- C언어 포인터
- dart 언어
- C# delegate
- c#
- Unity
- c# 추상 클래스
- c# winform
- 구조체
- C++
- vim
- 포인터
- docker
- 다트 언어
- 유니티
- jupyter
- github
- HTML
- git
- Houdini
- 도커
- gitlab
- c언어
- Flutter
- Data Structure
- Python
- jupyter lab
Archives
- Today
- Total
목록poetry (1)
nomad-programmer

poetry 란?poetry는 python 프로젝트의 의존성을 관리하고, 패키지를 빌드 및 배포할 수 있도록 도와주는 도구이다.poetry는 `pyproject.toml` 파일을 사용하여 프로젝트의 의존성, 패키지 메타데이터, 그리고 빌드 시스템을 정의한다.https://github.com/python-poetry/poetry GitHub - python-poetry/poetry: Python packaging and dependency management made easyPython packaging and dependency management made easy - python-poetry/poetrygithub.compoetry 공식 사이트의 설치https://python-poetry.org/doc..
Programming/Python
2024. 7. 22. 19:24