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