diff options
| author | seth <[email protected]> | 2022-08-26 20:48:42 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-26 20:53:34 -0400 |
| commit | 22378abce34f4b27db884692d5d99bec9dcef034 (patch) | |
| tree | d6afc3e2b28865b00bc809dd0c2a1d8d970ebf98 /README.md | |
| parent | a2c082e7d3ecba60c872ef23e5db59ecfa6aed97 (diff) | |
[build-system] switch to flit
setuptools >=61 isn't supported on many distros
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ see `default-config.json` for example ## how to install hiccup only needs one command to install :) ```sh -python setup.py install --user +python3 -m flit install --user ``` or you can use the [aur package](https://aur.archlinux.org/packages/hiccup-git) |
