Skip to content

Commit 588eb00

Browse files
authored
Update README.md
Specify that the venv should use Python 3.12 or newer to avoid an SSL warning.
1 parent 7372421 commit 588eb00

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ credentials; otherwise, you are likely to disrupt the functioning of the tool.)
4040

4141
To run the tool, check out the Git repo and run:
4242
```pip install -r requirements.txt .```
43-
We recommend doing this inside a [virtual environment](https://docs.python.org/3/library/venv.html).
44-
(If you are doing development on the tool, you may want to specify `-e` in the
45-
`pip install` command.) After installing the tool, you also need to install
46-
the browser which it uses to interact with the Logilica web UI:
43+
We recommend doing this inside a [virtual environment](https://docs.python.org/3/library/venv.html),
44+
which uses Python 3.12+. (If you are doing development on the tool, you may want
45+
to specify `-e` in the `pip install` command.) After installing the tool, you also
46+
need to install the browser which it uses to interact with the Logilica web UI:
4747
```playwright install chromium``` (For details on debugging the web interactions,
4848
see the `--pwdebug` option in the command help, below, and the
4949
[Playwright documentation](https://playwright.dev/python/docs/running-tests).)

0 commit comments

Comments
 (0)