File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
105105systems:
1061061 . ` 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```
4584582 . 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
You can’t perform that action at this time.
0 commit comments