-
Notifications
You must be signed in to change notification settings - Fork 749
Installation
xwings edited this page Jul 6, 2025
·
2 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
-
pip
package manager
The recommended way to install Qiling is from the Python Package Index (PyPI) using pip
:
pip install qiling
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
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.
- Home
- Getting Started
- Core Concepts
- Usage
- Features
- Tutorials
- Development
- Resources