Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.3 KB

File metadata and controls

45 lines (26 loc) · 1.3 KB

Running from your local machine

This option for running the toolkit is typically used when customizing the scripts or extending the functionality of the toolkit.

The basic steps are:

  1. Download the source files for the toolkit
  2. Install the Azure CLI
  3. Install Python
  4. Configure your local environment

We recommend that you create a virtual Python environment on your local machine to avoid versioning conflicts.

How you execute the scripts in the toolkit will vary by operating system:

[Linux/OSX]

python3 some-script.py

[Windows]

py some-script.py

Software requirements

Prerequisite Minimum version
Azure CLI 2.0.34
Python 3.6 (3.7 not yet supported)

See [../requirements.txt] for Python package dependencies.

[Linux/OSX]

python3 -m pip install -r requirements.txt

[Windows]

py -m pip install -r requirements.txt

Next steps

Throughout the remainder of this documentation, be sure to use the commands labelled for your operating system: [Linux/OSX] or [Windows].

You are now ready to start your first deployment.