Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 308 Bytes

INSTALLATION.rst

File metadata and controls

17 lines (10 loc) · 308 Bytes

Installation

At the command line:

$ pip install awsfindingsmanagerlib

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv awsfindingsmanagerlib
$ pip install awsfindingsmanagerlib

Or, if you are using pipenv:

$ pipenv install awsfindingsmanagerlib