Skip to content

Install

Lucien A. edited this page Oct 1, 2025 · 8 revisions

Installation (recommended)

# Install uv https://docs.astral.sh/uv/getting-started/installation/#pypi
pipx install uv

# Install weevely
uv tool install https://github.com/epinna/weevely3.git

Manual installation

Clone the repository using a git client, or download the latest snapshot here.

Linux

The following example runs on a Debian/Ubuntu derived Linux environments with Python 3.

# Make sure that the python package manager and yaml libraries are installed
$ sudo apt-get install -y python3 python3-pip curl
$ cd weevely3/
$ sudo pip3 install -r requirements.txt --upgrade

OS X

OS X requires Python3 to be installed in the system. Follow the following commands to install manually gnureadline Python package.

$ sudo pip3 install gnureadline
$ cd weevely3/
$ sudo pip3 install -r requirements.txt --upgrade

Clone this wiki locally