-
Notifications
You must be signed in to change notification settings - Fork 758
Installation
xwings edited this page Jul 6, 2025
·
3 revisions
This guide provides instructions for installing the Qiling Framework. We recommend using a virtual environment to avoid conflicts with system-wide packages.
- Python 3.6 or later
-
pippackage manager
The recommended way to install Qiling is from the Python Package Index (PyPI) using pip:
pip install qilingTo 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 installTo verify that Qiling has been installed correctly, you can run the following command:
qltool -hThis should display the help menu for the Qiling command-line tool.
- Home
- Getting Started
- Core Concepts
- Usage
- Features
- Tutorials
- Development
- Resources