From 453a8f0c7f2d8fda5f70631ebbb03a0669dfcc2c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Jul 2020 14:58:21 +0200 Subject: [PATCH] Add install docs --- README.md | 8 ++++++++ requirements.txt | 1 + 2 files changed, 9 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 42914cc..672c15a 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,12 @@ lets try magic wormhole with a nice interface `dropship.css`, additional styling for UI. +## install: +`sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0` + +`pip install -r requirments.txt` + +## run: + +`python3 dropship.py` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..828716e --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +PyGObject==3.36.1