Skip to content

Commit 3685eeb

Browse files
authored
Merge pull request #5 from ThunderKey/ChristianBirchler-patch-1
Update README.md
2 parents a071009 + 6f63c75 commit 3685eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Installation
88

9-
This tool requires Python 3.11.
9+
This tool requires Python 3.11 and [poetry](https://python-poetry.org/).
1010

1111
`pip install git+ssh://[email protected]/ThunderKey/python-tool-competition-2024.git`
1212
(until made public)
@@ -24,7 +24,7 @@ Additionally, some very basic example targets are created as well.
2424
You can add your own files to the `targets` directory.
2525

2626
Now you can implement the `build_test` function of your generator.
27-
This will be called for each file and it expects that either a
27+
This will be called for each target file and it expects that either a
2828
`TestGenerationSuccess` or `TestGenerationFailure` is returned.
2929
The success contains the body of the generated test file.
3030
Storing the file is handled by the runner that runs `build_test`.

0 commit comments

Comments
 (0)