Skip to content

Commit 993a770

Browse files
doc
1 parent 908fd90 commit 993a770

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

scripts/populate_tox/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ sure we support everything we claim to.
77
This `populate_tox.py` script is responsible for picking reasonable versions to
88
test automatically and generating parts of `tox.ini` to capture this.
99

10+
## Running the script
11+
12+
You require a free-threaded interpreter with pip installed to run the script. With
13+
a recent version of `uv` you can directly run the script with the following
14+
command:
15+
16+
```
17+
uv run --python 3.14t \
18+
--with pip \
19+
--with-requirements scripts/populate_tox/requirements.txt \
20+
--with-editable . \
21+
python scripts/populate_tox/populate_tox.py
22+
```
23+
1024
## How it works
1125

1226
There is a template in this directory called `tox.jinja` which contains a

0 commit comments

Comments
 (0)