2. Installation
First of all, you need to install the package. To install the latest version, execute:
pip install accim
To install some specific version, execute the same code followed by “==version number”. For instance, to install version 0.6.11:
pip install accim==0.6.11