Installation
Stable release
Use pip to install dabax: run this command in your terminal
$ python -m pip install dabax
From sources
The sources for dabax can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone https://github.com/oasys-kit/dabax
Once you have a copy of the source, you can install it with:
$ pip install -e .