From 7a5c35f80be2376da106e33ada20423913931067 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sun, 9 Dec 2012 20:15:31 +0100 Subject: [PATCH] Add pip install option. --- doc/README.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/README.txt b/doc/README.txt index 65794d72c..0dae80cd3 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -22,7 +22,8 @@ you may be infringing upon various copyrights. Adult content -------------- Some comics contain adult content. They can only be downloaded by -using the --adult option, thereby confirming that the user is of age. +using the --adult option, which confirms that you are old enough to +view those comics. Usage ------ @@ -63,6 +64,10 @@ or if you do not have root permissions: `python setup.py install --home=$HOME` +Another option is to use pip: + +`pip install dosage` + Technical Description ---------------------- Dosage is written in Python and relies on regular expressions to @@ -89,4 +94,3 @@ https://github.com/wummel/dosage/issues Dosage currently supports a large number of comics and that number grows on a regular basis. If you feel that there are comics that Dosage does not currently support but should support, please feel free to request them. -