Skip to content

Commit 9927406

Browse files
committed
Update of the installation documentation to warn users of vens with AB-incompatible Python versions
1 parent 6cb2034 commit 9927406

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting-started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For more elaborate installing instructions check out the page below for both [in
3535
## Installing from PyPI
3636
Installing from the Python Package Index (PyPI) can be done using the standard `pip` command. We strongly recommended installing the Activity Browser into a separate [virtual environment](https://realpython.com/python-virtual-environments-a-primer/)
3737

38-
First make sure you have Python installed on your PC by entering the following command into your terminal or command prompt.
38+
First make sure you have Python installed on your PC by entering the following command into your terminal or command prompt. At this moment the AB is compatible with Python versions 3.10, 3.11, and 3.12.
3939

4040
```
4141
python --version
@@ -51,7 +51,7 @@ Afterwards, you need to activate the virtual environment, which differs between
5151
```
5252
C:\Users\me\virtualenvs\ab-beta\Scripts\activate.bat
5353
```
54-
For a full overview of activation commands, [check out the documentation here](https://docs.python.org/3/library/venv.html#how-venvs-work)
54+
Possibly double-check if the Python version of your virtual environment is compatible with the AB. For a full overview of activation commands, [check out the documentation here](https://docs.python.org/3/library/venv.html#how-venvs-work)
5555

5656
### Activity Browser installation
5757
After creating and activating the virtual environment, installing the Beta should be as simple as using the following command:

0 commit comments

Comments
 (0)