Skip to content

Installation

xwings edited this page Jul 6, 2025 · 2 revisions

Installation

This guide provides instructions for installing the Qiling Framework. We recommend using a virtual environment to avoid conflicts with system-wide packages.

Prerequisites

  • Python 3.6 or later
  • pip package manager

Installation from PyPI

The recommended way to install Qiling is from the Python Package Index (PyPI) using pip:

pip install qiling

Installation from Source

To install Qiling from source, clone the repository from GitHub and install the required dependencies:

git clone https://github.com/qilingframework/qiling.git
cd qiling
pip install -r requirements.txt
python setup.py install

Verifying the Installation

To verify that Qiling has been installed correctly, you can run the following command:

qltool -h

This should display the help menu for the Qiling command-line tool.

Clone this wiki locally