Install

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

Requirements

flutils will only work with Python 3.6, 3.7 and 3.8+

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. Use the latest release:

    1. {VERSION} = ‘v0.7’

    2. Checkout the release version:

      >>> git checkout tags/{VERSION}
      
  3. Install:

    >>> ./setup.py install