Fix pip requirements.

This commit is contained in:
Bastian Kleineidam 2013-04-03 20:27:55 +02:00
parent 6303a1cb20
commit 212cbc7c04
2 changed files with 5 additions and 4 deletions

View file

@ -63,10 +63,9 @@ which confirms that you are old enough to view them.
Installation
-------------
The most convenient method is to use pip, which installs all dependencies
automatically:
The most convenient method is to use pip:
`pip install dosage`
`pip install requests dosage`
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

View file

@ -1,2 +1,4 @@
# required:
requests
# optional: argcomplete
# optional:
argcomplete