From d7b5301f8453718baf11502f7c92110b9de8aab2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Oct 2020 12:26:09 +0200 Subject: [PATCH] Recommend poetry install only now --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 25f4263..0ab626c 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,7 @@ See our [wiki](https://git.vvvvvvaria.org/rra/dropship/wiki). ### Install for Hacking -You'll need to install [pygobject](https://pygobject.readthedocs.io/) and system dependencies first. - -It is recommended to do this through your system package manager. For a Debian based system, you would run the following: - -```bash -$ sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 -``` - -Then, you can install `dropship` using [poetry](https://python-poetry.org/docs/#installation): +Install [poetry](https://python-poetry.org/docs/#installation) and then install the package locally. ``` $ poetry install