Installing Ledge

From Github

$ git clone https://github.com/bnbalsamo/ledge.git
$ cd ledge
$ # Use your preferred method to create a virtual environment
$ # Activate your virtual environment
$ pip install -r requirements.txt
$ python setup.py install