8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b929c7 commit a26b469Copy full SHA for a26b469
README.md
@@ -0,0 +1,30 @@
1
+# python-docs-bootstrapper
2
+
3
+This repository contains the scripts and data used to bootstrap a new translation of the Python documentation.
4
5
+## Installation
6
7
+```bash
8
+$ pip install python-docs-bootstrapper
9
+```
10
11
+## Usage
12
13
14
+$ bootstrapper --help
15
+usage: bootstrapper [-h] [-b BRANCH] language
16
17
+positional arguments:
18
+ language IETF language tag (e.g. tr, pt-br)
19
20
+options:
21
+ -h, --help show this help message and exit
22
+ -b BRANCH, --branch BRANCH
23
+ CPython branch (e.g. 3.12)
24
25
26
+## Example
27
28
29
+$ bootstrapper tr --branch 3.12
30
0 commit comments