Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 625 Bytes

installation.md

File metadata and controls

29 lines (20 loc) · 625 Bytes

Installation

There are various method through which one can achieve installation of the module in python and same also applicable to XmlCli as well.

Method 1: Install from Python Package Index

python -m pip install xmlcli --proxy <proxy-url> --index-url <self-hosted-pypi-index>

Method 2: Install via wheel

python -m pip install <xmlcli-x.x.x.whl> --proxy <proxy-url>

Method 3: Install via repository

python -m pip install <repo-url> --proxy <proxy-url>

Method 4: Install via Git

python -m pip install git+https://github.com/intel/xml-cli