diff options
-rw-r--r-- | posts/quarg.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/posts/quarg.md b/posts/quarg.md index effb73e..4e728f2 100644 --- a/posts/quarg.md +++ b/posts/quarg.md @@ -43,8 +43,12 @@ To install quarg locally, run: python setup.py install --user -This will put quarg into `~/.local/bin` by default. If you happen to use -Gentoo, feel free to use [the ebuild in my overlay](https://git.oriole.systems/pramantha/tree/net-irc/quarg). +This will put quarg into `~/.local/bin` by default. You can also use pip to +automatically pull in any unmet dependencies: + + pip install --user . + +Finally, if you happen to use Gentoo, feel free to use [the ebuild in my overlay](https://git.oriole.systems/pramantha/tree/net-irc/quarg). ## Contributing |