.. _installation: ============ Installation ============ These instructions will get you a copy of ``rbool`` up and running on your local machine. You will need a working copy of python on your machine, the valid versions are: .. figure:: https://img.shields.io/pypi/pyversions/rbool.svg?style=flat-square :width: 35% :alt: Available versions of python :align: center How to install ------------------------------ Install the package and all of its dependencies can be done through the `python package index `_: .. code-block:: console $ pip install rbool Testing the Installation ------------------------ To verify if your installation works correctly, install ``pytest`` and run: .. code-block:: console $ pytest .