Install

Because flutils has no dependencies, installing flutils is quite easy:

Install with pipenv

>>> pipenv intsall flutils

Install with pip

>>> pip install flutils

Install from source

  1. Clone the repo:

    >>> git clone https://gitlab.com/finite-loop/flutils.git flutils
    >>> cd flutils
    
  2. Checkout the latest release:

    >>> git checkout tags/v0.1.2
    
  3. Install:

    ./setup.py install