Installation
Pip
For any Python package, it is highly recommended to use a separate conda virtual environment, as otherwise, dependency conflicts can occur with already existing packages.
conda create --name alphastats python=3.8
conda activate alphastats
AlphaStats can be installed in an existing Python 3.8 environment with a single bash command.
pip install alphastats