Fix pip requirements.
This commit is contained in:
parent
6303a1cb20
commit
212cbc7c04
2 changed files with 5 additions and 4 deletions
|
@ -63,10 +63,9 @@ which confirms that you are old enough to view them.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
-------------
|
-------------
|
||||||
The most convenient method is to use pip, which installs all dependencies
|
The most convenient method is to use pip:
|
||||||
automatically:
|
|
||||||
|
|
||||||
`pip install dosage`
|
`pip install requests dosage`
|
||||||
|
|
||||||
If you install Dosage from source, the `dosage` script can be run directly with
|
If you install Dosage from source, the `dosage` script can be run directly with
|
||||||
`./dosage`. Alternatively, you can install Dosage using python distutils by invoking
|
`./dosage`. Alternatively, you can install Dosage using python distutils by invoking
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
|
# required:
|
||||||
requests
|
requests
|
||||||
# optional: argcomplete
|
# optional:
|
||||||
|
argcomplete
|
||||||
|
|
Loading…
Reference in a new issue