Installation

  1. Create a Virtual Environment

    python3 -m venv venv
    
  2. Activate the Virtual Environment

    • Windows

      venv\Scripts\activate
      
    • macOS / Linux

      source venv/bin/activate
      
  3. Install Module

    pip install .