Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
l01cd3v edited this page Dec 5, 2017 · 3 revisions

Requirements

  1. python (see https://travis-ci.org/nccgroup/Scout2 for a list of supported versions)
  2. python-pip

Installation from pip

$ pip install awsscout2

Installation from Git

$ git clone https://github.com/nccgroup/Scout2
$ cd Scout2
$ pip install -r requirements.txt
$ python setup.py install