Skip to content

Installation Guide for scm-config-clone

This guide will help you install the scm-config-clone 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

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 scm-config-clone via pip

Within the activated environment, install the package using pip:

pip install scm-config-cloneSuccessfully scm-config-clone

Now you're ready to use scm-config-clone. Proceed to the Getting Started guide to begin cloning configurations.