python-package-template
Template for Python Projects
파일 탐색기
최종 버전 다운로드 (.zip)- devcontainer.json
- Dockerfile
- CI.yml
- publish.yml
- schedule-update-actions.yml
- semantic-pr-check.yml
- sphinx.yml
- template-sync.yml
- dependabot.yml
- template-sync.yml
- launch.json
- settings.json
- conf.py
- devcontainer.md
- developer.md
- index.rst
- make.bat
- Makefile
- modules.rst
- pre-commit-config.md
- pylint.md
- pyproject.md
- python_package.hello_world.rst
- python_package.rst
- requirements.txt
- vscode.md
- workflows.md
- __init__.py
- hello_world.py
- README.md
- conftest.py
- test_methods.py
- .gitignore
- .pre-commit-config.yaml
- .pypirc
- CODE_OF_CONDUCT.md
- LICENSE
- pyproject.toml
- README.md
- SECURITY.md
- SUPPORT.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/microsoft/python-package-template
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd python-package-template
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
