From a615f6cc4901a05f7fe72a55d005280119cb792e Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 21 Aug 2022 13:14:00 -0400 Subject: refactor and (try to) follow PEP518 --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b9433a0..ca377e4 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,5 @@ see `default-config.json` for example ## how to install hiccup only needs one command to install :) ```sh -make install -``` - -and to uninstall: -```sh -make uninstall +python setup.py install --user ``` -- cgit v1.2.3