Skip to content

Commit a26b469

Browse files
committed
Add README
1 parent 6b929c7 commit a26b469

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
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+
```bash
29+
$ bootstrapper tr --branch 3.12
30+
```

0 commit comments

Comments
 (0)