.. _installation: Installation ============ The easiest way to install ``ssds`` is via ``pip``. .. code-block:: console pip3 install ssds If you wish to install from source, simply clone the repository, ``cd`` in, and run the following command: .. code-block:: console python3 setup.py install