Installation =============================================================================== Requeriments ------------------------------------------------------------------------------- **Smart-Choice** was developed in Python 3.9, and it depends on the following packages: * `Numpy`. * `Matplotlib`. * `Graphviz`. How to install ------------------------------------------------------------------------------- The current stable version can be installed from the command line using: .. code:: bash $ pip install smart_choice The current development version can be installed by clonning the GitHub repo ``_ and executing .. code:: bash $ python3 setup.py install develop at the command prompt.