2. Quick Start

2.1. Install and uninstall

This package requires Python 3.5 or above with pip package manager. You may check the versions by

$ python -V
Python 3.6.7
$ pip -V
pip 19.0.3

With the set-up, you can simply install this package via PyPI:

$ pip install yaslha             # to install
$ pip install --upgrade yaslha   # or to upgrade

Collecting yaslha
...
Successfully installed yaslha-(version)

You can also instantly uninstall this package by

$ pip uninstall yaslha