Installing the SafeNetworking Software - PaloAltoNetworks/SafeNetworking GitHub Wiki

NOTE: The following is done in the home directory of the user that is going to run/manage SafeNetworking. All instructions after this step (tuning, configuration, troubleshooting) will refer to the safe-networking-sp directory with an assumption that YOU know where it is.

1. Clone repo

git clone https://www.github.com/PaloAltoNetworks/safe-networking.git

2. Change into repo directory

cd safe-networking

3. Create python 3.6 virtualenv

python3.6 -m venv .env

4. Activate virtualenv

source .env/bin/activate

5. Download required libraries

pip install -r requirements.txt

6. Deactivate the virutalenv (we will return to it later)

deactivate

Next, you will need to configure SafeNetworking

⚠️ **GitHub.com Fallback** ⚠️