Install

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

Requirements

flutils will only work with Python 3.6, 3.7+

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

    1. Find the flutils release {VERSION} here (e.g. v0.2.0):

    2. Checkout the release version:

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

    >>> ./setup.py install