WDFAP

Installation Guide for WDFAP

To set up and start using WDFAP, please follow these detailed instructions:

  1. Clone the Repository
git clone git@github.com:IsmaelMousa/WDFAP.git
  1. Navigate to the WDFAP directory
cd WDFAP
  1. Setup The Virtual Environment
python3 -m venv .venv
  1. Activate The Virtual Environment
# Linux/MacOS 
source .venv/bin/activate

# Windows
.venv\Scripts\activate
  1. Setup WDFAP
make setup

Additional Information


By following these instructions, you should be able to set up and start using WDFAP without any issues. If you need further assistance, please refer to the project’s documentation or contact the maintainers.


**[Go Back ➡️](/WDFAP/docs/)**