-
Notifications
You must be signed in to change notification settings - Fork 631
Install
Lucien A. edited this page Oct 1, 2025
·
8 revisions
# Install uv https://docs.astral.sh/uv/getting-started/installation/#pypi
pipx install uv
# Install weevely
uv tool install https://github.com/epinna/weevely3.gitClone the repository using a git client, or download the latest snapshot here.
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 --upgradeOS 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