티스토리 수익 글 보기
{{ message }}
python-docs-translations/python-docs-bootstrapper
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This repository contains the scripts and data used to bootstrap a new translation of the Python documentation.
$ pip install python-docs-bootstrapper$ bootstrapper --help
usage: bootstrapper [-h] [-b BRANCH] language
positional arguments:
language IETF language tag (e.g. tr, pt-br)
options:
-h, --help show this help message and exit
-b BRANCH, --branch BRANCH
CPython branch (e.g. 3.13)$ bootstrapper tr --branch 3.13