Installation

The recommended way is to pull it from PyPI repository :

$ [sudo] pip install credslayer

You can also install it from source :

$ git clone https://github.com/ShellCode33/CredSLayer
$ cd CredSLayer/
$ [sudo] python setup.py install

Note

If you want to try brand new features not released yet, from source you can switch to the develop branch using git checkout develop before installing.