Add install docs

This commit is contained in:
Luke Murphy 2020-07-21 14:58:21 +02:00
parent 9854f12f43
commit 453a8f0c7f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 9 additions and 0 deletions

View File

@ -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 Normal file
View File

@ -0,0 +1 @@
PyGObject==3.36.1