summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2021-05-08 18:05:15 +0200
committerWolfgang Müller2021-05-08 18:05:15 +0200
commit4d029887d6936c0a2d41d6cdea65a320e208f5ed (patch)
tree31162f079ecbc4d5c0d24abaf035ee062a97514a
parent3297e6fc573fc90881bb47d877ad9e3470e5f6b8 (diff)
downloadsite-4d029887d6936c0a2d41d6cdea65a320e208f5ed.tar.gz
posts: Mention installation with 'pip' in quarg.md
-rw-r--r--posts/quarg.md8
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