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:

$ pip install smart_choice

The current development version can be installed by clonning the GitHub repo https://github.com/jdvelasq/smart-choice and executing

$ python3 setup.py install develop

at the command prompt.