Skip to content

Commit c6312e7

Browse files
authored
Update README.md
1 parent 830cc6b commit c6312e7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,23 @@ by Natanael Arndt, Patrick Naumann, Norman Radtke, Michael Martin, and Edgard Ma
2222

2323
To get the Quit Store you have three options:
2424

25-
- Download a binary from https://github.com/AKSW/QuitStore/releases (Currently works for amd64 Linux)
25+
- Install via [pipx](https://pipx.pypa.io/)
2626
- Clone it with Git from our repository: https://github.com/AKSW/QuitStore
2727
- Use Docker and see the section [Docker](#docker) in the README
2828

29+
- The binary self-contained releasses created with [pyinstaller](https://pyinstaller.org/) are currently broken [#291](https://github.com/AKSW/QuitStore/issues/291) and [#302](https://github.com/AKSW/QuitStore/issues/302). I'm happy about help.
30+
31+
### Installation via pipx
32+
33+
```
34+
$ pipx install git+https://github.com/AKSW/QuitStore.git
35+
installed package quit 0.25.4, installed using Python 3.12.1
36+
These apps are now globally available
37+
- quitstore
38+
done! ✨ 🌟 ✨
39+
$ quitstore --help
40+
```
41+
2942
### Installation from Source
3043

3144
Install [poetry](https://python-poetry.org/).

0 commit comments

Comments
 (0)