Installation
SighHouse can be installed different ways described in this section.
Using Python Package Manager
Simply run the following command inside a virtualenv:
pip install sighthouse-frontend
From the sources
SightHouse can be installed directly from the source using the following commands:
git clone https://github.com/quarkslab/sighthouse
cd sighthouse
make install
This command will then install SightHouse in a new Python environment named venv.