Installation#

Featuristic is available for install from pypi or from source.

To install Featuristic from pypi, run the following command:

python -m pip install featuristic

Source#

To install Featuristic from source, clone the repository from GitHub and install the dependencies.

git clone https://github.com/martineastwood/featuristic.git
cd featuristic
python -m pip install .