Skip to content

Commit 2f68c1b

Browse files
committed
Added beta page
1 parent 887d7c8 commit 2f68c1b

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

docs/beta.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Beta
3+
nav_order: 1
4+
---
5+
# Activity Browser 3 Beta
6+
{: .fs-9 }
7+
8+
We need your help to make the Activity Browser better.
9+
{: .fs-6 .fw-300 }
10+
11+
[Report an issue with the Beta](https://github.com/LCA-ActivityBrowser/activity-browser/issues/new?template=beta_report.yml){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
12+
13+
The Activity Browser 3 Beta is a preview of the next major version of the Activity Browser. It includes many new features and improvements, but it is still in development and may contain bugs. We are looking for you to test the beta and provide feedback on their experience.
14+
15+
## Installation
16+
Installing the beta is simple and described in the [installation guide](getting-started/installation.md).
17+
18+
#### Quick-Install PyPI
19+
```
20+
pip install activity-browser
21+
```
22+
23+
#### Quick-Install Anaconda
24+
```
25+
conda create -n ab_beta -c conda-forge lca::activity-browser
26+
conda activate ab_beta
27+
pip install PySide6
28+
```
29+
30+
## Reporting issues
31+
If you encounter any issues while using the Activity Browser 3 Beta, please report them on our [GitHub issues page](https://github.com/LCA-ActivityBrowser/activity-browser/issues/new?template=beta_report.yml). The more reports the better, so please don't hesitate to report any problems you encounter.

0 commit comments

Comments
 (0)