Installation Guide for pan-scm-sdk
This guide will help you install the pan-scm-sdk
tool in your Python environment.
Prerequisites
Before you begin, ensure you have the following:
- Python 3.10 or higher: Ensure Python is installed on your system.
- pip: Python package installer should be available.
- Access to SCM Tenants: You need valid credentials for both source and destination SCM tenants.
Installation Steps
1. Create a Virtual Environment (Optional but HIGHLY Recommended)
It's good practice to use a virtual environment to manage dependencies.
On macOS and Linux:
python3 -m venv scm-envsource scm-env/bin/activate
On Windows:
python3 -m venv scm-envscm-env\Scripts\activate
2. Install pan-scm-sdk
via pip
Within the activated environment, install the package using pip:
pip install pan-scm-sdkSuccessfully pan-scm-sdk
Now you're ready to use pan-scm-sdk
. Proceed to the Getting Started guide to begin cloning
configurations.