1 Clone this repo and cd to it:
git clone http://github.com/dimalit/sew
cd sew
2 Create and activate Python virtual environment:
python3 -m venv venv
source ./venv/bin/activate
3 Install fbs and dependencies:
pip install fbs PyQt5==5.13.2 web3
4 Run the app:
fbs run