Installation

  1. In your project directory, create your virtual environment and activate it. e.g. For Linux users, navigate to your project directory in the terminal and type

    python3 -m venv .
    source bin/activate
    
  2. Make sure you update your pip. e.g. For Linux users, type:

    pip install --upgrade pip
    
  3. Install the Fuzzy SQL package using:

    pip install fuzzy-sql
    

The package includes all the necessary dependencies.

Once installed, you may import any of the available functions. For further details, please check API Reference and Examples