Add pip install option.
This commit is contained in:
parent
6c0ad90c15
commit
7a5c35f80b
1 changed files with 6 additions and 2 deletions
|
@ -22,7 +22,8 @@ you may be infringing upon various copyrights.
|
||||||
Adult content
|
Adult content
|
||||||
--------------
|
--------------
|
||||||
Some comics contain adult content. They can only be downloaded by
|
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
|
Usage
|
||||||
------
|
------
|
||||||
|
@ -63,6 +64,10 @@ or if you do not have root permissions:
|
||||||
|
|
||||||
`python setup.py install --home=$HOME`
|
`python setup.py install --home=$HOME`
|
||||||
|
|
||||||
|
Another option is to use pip:
|
||||||
|
|
||||||
|
`pip install dosage`
|
||||||
|
|
||||||
Technical Description
|
Technical Description
|
||||||
----------------------
|
----------------------
|
||||||
Dosage is written in Python and relies on regular expressions to
|
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
|
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
|
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.
|
currently support but should support, please feel free to request them.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue