-
Notifications
You must be signed in to change notification settings - Fork 603
Install
Emilio edited this page Jan 1, 2020
·
5 revisions
Clone 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 --upgrade
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