Browse Source

Add install docs

unifiedWindowUI
Luke Murphy 4 years ago
parent
commit
453a8f0c7f
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 8
      README.md
  2. 1
      requirements.txt

8
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`

1
requirements.txt

@ -0,0 +1 @@
PyGObject==3.36.1
Loading…
Cancel
Save