Installing =============== Requirements ------------ - Python 3.5+ - `python-stix `_ and its dependencies .. note:: Make sure to use either the latest version of python-stix 1.1.1.x or 1.2.0.x, depending on whether you want to support STIX 1.1.1 or STIX 1.2. - `python-stix2 `_ >= 2.0.0 - `stixmarx `_ >= 1.0.7 - `stix-validator `_ >= 2.5.0 Installation Steps ------------------ Install with pip:: $ pip install stix2-slider This will install all necessary dependencies, including the latest version of python-stix. If you need to support older STIX 1.1.1 content, install python-stix 1.1.1.x first:: $ pip install 'stix<1.2' $ pip install stix2-slider You can also install the stix-slider from GitHub to get the latest (unstable) version:: $ pip install git+https://github.com/oasis-open/cti-stix-slider.git