summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorseth <[email protected]>2022-08-21 13:14:00 -0400
committerseth <[email protected]>2022-08-21 13:15:45 -0400
commita615f6cc4901a05f7fe72a55d005280119cb792e (patch)
tree0f3ddc4ac0a27e3a0077e0b79082df17a4e6e5b9 /README.md
parenta2ff6e94b6ba21818613611cb3fed15e56f4894d (diff)
refactor and (try to) follow PEP518
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
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
```