Skip to content
Mast3r_waf1z edited this page Aug 4, 2022 · 6 revisions

Frequently Asked Questions

Please contact the owners of this repository to update this list if some other operating systems are having trouble installing the framework or have other questions you would like to be added.

How do i install the framework?

There are a few requirements based on your platform, a suggestion would be to refer to the installation steps for Python3.10 for your operating system first before installing this framework. Some steps for specific operating systems will be specified below

The framework has been tested in Arch Linux, Ubuntu and Windows 10. The installation steps vary for Ubuntu, while installing python regularly should work fine for Arch Linux and Windows.

Ubuntu

Due to the framework requiring pyton3.10, you will need to install a new repository for apt, the following proceedure will add this repository to your package manager:

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get install python3.10-dev
sudo apt-get install python3.10-venv 
python3.10 -m venv ds
source ds/bin/activate
Clone this wiki locally