-
Clone the repository:
-
Create a virtual environment (optional but recommended):
- For Linux/macOS:
python3 -m venv .venv
source .venv/bin/activate- For Windows:
python -m venv .venv
.venv\Scripts\activate- Install dependencies:
pip install -r requirements.txt- Set up environment variables if using wan interface:
- Create a
.envfile in the root directory and add the following variables:PFSENSE_HOST=wan-ip-address
- Create a