Skip to content

Commit d074597

Browse files
committed
Updating installation instructions because of PySide6 compat issues
1 parent b89445f commit d074597

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pip install activity-browser
3131
```
3232
conda create -n ab_beta -c conda-forge lca::activity-browser
3333
conda activate ab_beta
34-
pip install PySide6
34+
pip install PySide6==6.9.3
3535
```
3636

3737
## Reporting issues

docs/getting-started/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pip install activity-browser
2727
```
2828
conda create -n ab_beta -c conda-forge lca::activity-browser
2929
conda activate ab_beta
30-
pip install PySide6
30+
pip install PySide6==6.9.3
3131
```
3232

3333
For more elaborate installing instructions check out the page below for both [installing from PyPI](#installing-from-pypi) and [installing from Anaconda](#installing-from-anaconda).
@@ -96,10 +96,10 @@ conda activate ab_beta
9696
```
9797

9898
### PySide6 installation
99-
We will need to install `PySide6` from PyPI, as the fully functional version is not available on anaconda.
99+
We will need to install a specific version of `PySide6` from PyPI, as the fully functional version is not available on anaconda.
100100

101101
```
102-
pip install PySide6
102+
pip install PySide6==6.9.3
103103
```
104104

105105
### Launching the Activity Browser

0 commit comments

Comments
 (0)