Skip to content

Commit d45863f

Browse files
docs: Clarify supported Python versions in README.
1 parent 8e5c035 commit d45863f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ We also provide some sample Dockerfiles to build docker images in
101101

102102
### Installing into an isolated Python virtual environment
103103

104-
With the python 3.6+ required for running, the following should work on most
104+
Zulip Terminal currently supports Python 3.8–3.11. With a supported Python 3.x installed, the following should work on most
105105
systems:
106106
1. `python3 -m venv zt_venv`
107107
(creates a virtual environment named `zt_venv` in the current directory)
@@ -456,7 +456,7 @@ process similar to that in the previous section.
456456
$ pip3 install --user pipenv
457457
```
458458
2. Initialize the pipenv virtual environment for zulip-term (using the default
459-
python 3; use eg. `--python 3.6` to be more specific)
459+
python 3; use eg. `--python 3.10` to be more specific (any supported 3.8–3.11 version)
460460

461461
```
462462
$ pipenv --three

0 commit comments

Comments
 (0)