Skip to content

Commit 547cbd3

Browse files
committed
Small update of "installation" documentation to make users aware that their venv Python version needs to compatible with the AB.
1 parent 1aef86a commit 547cbd3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/getting-started/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ 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.
39+
At this moment the AB is compatible with Python versions 3.10, 3.11, and 3.12.
3940

4041
```
4142
python --version
@@ -51,6 +52,7 @@ Afterwards, you need to activate the virtual environment, which differs between
5152
```
5253
C:\Users\me\virtualenvs\ab-beta\Scripts\activate.bat
5354
```
55+
Possibly double-check if the Python version of your virtual environment is compatible with the AB.
5456
For a full overview of activation commands, [check out the documentation here](https://docs.python.org/3/library/venv.html#how-venvs-work)
5557

5658
### Activity Browser installation

0 commit comments

Comments
 (0)