Skip to content

Tutorial Part 2: Installation

Jeremy Barlow edited this page Mar 27, 2018 · 4 revisions

This portion of the tutorial walks through the installation of the OpenDXL Bootstrap application.

  1. Ensure the OpenDXL Bootstrap application prerequisites have been met.

  2. Download the latest release of the OpenDXL Bootstrap application (dxlbootstrap-python-dist-<version>.zip).

  3. Extract the distribution file (.zip).

  4. Use pip to install the Python wheel (.whl) file located in the lib directory of the extracted distribution.

    pip install dxlbootstrap-<version>-py2.py3-none-any.whl

Continue to next step, Creating the application

Clone this wiki locally