installΒΆ
The easiest way to install abstar locally (on macOS or Linux) is to use pip:
pip install abstar
abstar does not run natively on Windows, but Windows users can use Docker
(the brineylab datascience Docker container contains the entire ab[x] toolkit,
which includes abstar):
docker pull brineylab/datascience
docker run -it brineylab/datascience
Stable and development versions of abstar can also be downloaded from GitHub.
You can manually install the latest version of abstar with:
git clone https://github.com/briney/abstar
cd abstar/
python setup.py install