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