Skip to content

Installation

PFRanger is available as a Python package.

Prerequisites

  • Python 3.11 or higher
  • Pip package manager

Install via Pip

You can install PFRanger directly from PyPI:

pip install pfranger

Install from Source

If you want to install from the source code:

  1. Clone the repository:

    git clone https://github.com/appleroll-research/pfranger.git
    cd pfranger
    

  2. Install the package:

    pip install .