일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- c# winform
- Python
- Algorithm
- docker
- 유니티
- github
- 다트 언어
- dart 언어
- c# 추상 클래스
- 포인터
- gitlab
- 플러터
- Unity
- jupyter
- C언어 포인터
- c언어
- 깃
- 구조체
- Houdini
- C# delegate
- C++
- Flutter
- vim
- HTML
- Data Structure
- c# 윈폼
- jupyter lab
- c#
- git
- 도커
Archives
- Today
- Total
목록python 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