Installing Unseal

Prerequisites

Unseal requires python 3.6+.

Installation

For its interfaces, Unseal uses this fork of the PySvelte library, which can be installed via pip:

git clone git@github.com:TomFrederik/PySvelte.git
cd PySvelte
pip install -e .

In order to run PySvelte, you will also need to install npm via your package manager.

Install Unseal via pip:

pip install unseal