Getting Started¶
This Getting Started guide is intended to assist the user with installing the library.
Install the package¶
The latest version of ashi can be installed from PyPI using pip.
$ python3 -m pip install ashi
Import the ashi package in Python.
In [1]: import ashi
In [2]: ashi.__version__
Out[2]: '0.0.0'
See Basic Usage for some examples.